\header { title = "Menuetto" composer = "Fernando Sor (1778-1839)" opus = "Op.2 No. 4" mutopiatitle = "Menuetto" mutopiacomposer = "Fernando Sor (1778-1839)" mutopiaopus = "Op. 2 No. 4" mutopiainstrument = "Guitar" source = "Simrock, Berlin" style = "Classical" maintainer = "Mark Van den Borre" maintainerEmail = "mark@markvdb.be" maintainerWeb = "http://markvdb.be" lastupdated = "2005/08/13" copyright = "Creative Commons Attribution-ShareAlike 2.5" footer = "Mutopia-2005/08/14-243" tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-align { \small \line { Sheet music from \with-url #"http://www.MutopiaProject.org" \line { \teeny www. \hspace #-1.0 MutopiaProject \hspace #-1.0 \teeny .org \hspace #0.5 } • \hspace #0.5 \italic Free to download, with the \italic freedom to distribute, modify and perform. } \line { \small \line { Typeset using \with-url #"http://www.LilyPond.org" \line { \teeny www. \hspace #-1.0 LilyPond \hspace #-1.0 \teeny .org } by \maintainer \hspace #-1.0 . \hspace #0.5 Copyright © 2005. \hspace #0.5 Reference: \footer } } \line { \teeny \line { Licensed under the Creative Commons Attribution-ShareAlike 2.5 License, for details see: \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/by-sa/2.5" http://creativecommons.org/licenses/by-sa/2.5 } } } } atbegindocument = "\fontfamily{min}" } \version "2.6.3" melody = \relative c'' { \stemUp \repeat volta 2{ c4 c c| c cis d| f f f| f2 4| e a| 2 4| g8.[ ( fis16)] 4 | r| } \repeat volta 2{ 4 | d4. e8 f4| | 4. 8 4| | 2 4| a e fis| \times 2/3 { g8 f d }| c4 c c| c cis d| d d d| d dis( e)| e e e| e f fis| g8.[ c16] e,4 d8.[ e16]| 4 r| } } middle = \relative c' { \stemUp \repeat volta 2{ s2.| s2.| s2.| d'4.. b16 s4| s2.| s2.| a4 s s| s2.| } \repeat volta 2{ s2.| a2 a4| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| s2.| } } bass = \relative c' { \stemDown \repeat volta 2 { 4 | 2.| 4 | c g c,| r c' f,| g f e| d g c,| g2 s4| } \repeat volta 2 { g'2 g4| f4. e8 d4| f2 f4| e4. d8 c4| c' c c| c2 b4| | g2 r4| | 2.| 4 | 2.| 4 | 2 4| c | c,2 s4| } } \score { \context Staff = "guitar" << \time 3/4 \context Voice = "upper" \melody \context Voice = "mid" \middle \context Voice = "lower" \bass >> \layout { } \midi { \tempo 4=76 } }