\version "2.4.2" \header { mydate = "Last changed: Wed 22 Jun 2005 01:44:30 PM EDT" filename = "sor_op2_4.ly" title = "Six divertissements pour la guitare" subtitle = "4. Andante" composer = "Fernando Sor" opus = "Opus 2.4" instrument = "Guitarre" mutopiatitle = "Six divertissements pour la guitarre, n°4 Andante" mutopiacomposer = "SorF" mutopiaopus = "O 2.4" mutopiainstrument = "Guitar" source = "Uncertain" style = "Classical" copyright = "Public Domain" maintainer = "jeff covey" maintainerEmail = "jeff.covey@pobox.com" maintainerWeb = "http://pobox.com/~jeff.covey/" lastupdated = "2005/01/02" footer = "Mutopia-2005/01/02-243" tagline = "\\raisebox{10mm}{\\parbox{188mm}{\\quad\\small\\noindent " + \footer + " \\hspace{\\stretch{1}} This music is part of the Mutopia project: \\hspace{\\stretch{1}} \\texttt{http://www.MutopiaProject.org/}\\\\ \\makebox[188mm][c]{It has been typeset and placed in the public domain by " + \maintainer + ".} \\makebox[188mm][c]{Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}}}" } shiftOn = \override NoteColumn #'horizontal-shift = #1 shiftOff = \override NoteColumn #'horizontal-shift = #0 global = { \set Staff.midiInstrument = "acoustic guitar (nylon)" \time 3/4 \repeat volta 2 { \skip 2.*8 } \repeat volta 2 { \skip 2.*16 } } melody = \relative c'' { \stemUp c4 c c c cis d f f f f2 e4 g e a d,2 e4 g8.[ ( fis16)] f4 e e d r % 9 d4 cis \shiftOn e \shiftOff d4. e8 f4 c b \shiftOn d \shiftOff c4. d8 e4 g g g \shiftOn fis2 \shiftOff g4 a e fis fis g \times 2/3 { g8[ ( f) d] } % 17 c4 c c c cis d d d d d dis e e e e e f fis 8.[ c16] e,4 8.[ e16] d4 c r } middlevoice = \relative c' { \stemDown e4 f g a2. b4 c d \stemUp \shiftOn d4.. \shiftOff b16 c4 e \skip 4*1 c b2 c4 \stemDown a b \stemUp c c b \skip 4*1 % 9 bes a \context Voice = "melody" { a } \shiftOn a2 \shiftOff a4 aes g \context Voice = "melody" { g } g4. \context Voice = "melody" { g8 } g4 e' e es \context Voice = "melody" { d2 } d4 e c c b \skip 4*1 % 17 \stemDown e,4 f g a2. fis4 g a b2. gis4 a b c2 c4 \stemUp \skip 4*1 c4 \stemDown f, \stemUp f e } bass = \relative c' { \stemDown c4 d e f2. g4 a b c g c, r c' f, g f e c, g2 r4 % 9 g'2 g4 f4. e8 d4 f2 f4 e4. d8 c4 c' c c c2 b4 c c, d g2 r4 % 17 c,4 d e f2. d4 e fis g2. e4 fis gis a2 aes4 g r g, c2 r4 } \score { \context Staff << \global \context Voice = "melody" { \melody } \context Voice = "middlevoice" { \middlevoice } \context Voice = "bass" { \bass } >> \layout { } } \score { \context Staff << \global \context Voice = "melody" { \transpose c c, \melody } \context Voice = "middlevoice" { \transpose c c, \middlevoice } \context Voice = "bass" { \transpose c c, \bass } >> \midi { \tempo 4=80 } }