%{ This document aims for a clean and consistent LilyPond editing style: * comments on 10 tabs (further if necessary) * line numbers at end of line * brackets documented at end of line * differences from the facsimile documented at end of line * ugly tweaks documented at end of line (look for %tweak) I try to keep this file portable to future LilyPond versions. Therefore, I limit layout tweaks to a minimum. Enjoy this music! Mark Van den Borre %} \version "2.2.0" \header { mutopiatitle = "Divertissements pour la guitare, n°1 Andante " mutopiacomposer = "SorF" mutopiaopus = "O 1.1" mutopiainstrument = "Guitar" date = "1820s" source = "Golden Music Press/GFA/Frederic Noad facsimile edition" style = "Classical" copyright = "Creative Commons plus audio permission" maintainer = "Mark Van den Borre" maintainerEmail = "mark@markvdb.be" maintainerWeb = "http://markvdb.be" lastupdated = "2004/May/3" filename = "sor_op1_1.ly" title = "Six divertissements pour la guitare" opus = "Opus 1.1" instrument = "Guitarre" meter = "Andante" subtitle = "1. Andante" source = "Golden Music Press/GFA/Frederic Noad facsimile edition" composer = "Fernando Sor" enteredby = "Mark Van den Borre" tagline = "\\parbox{\\hsize}{\\thefooter\\quad\\small\\noindent\\hspace{\\stretch{1}} This music is part of the Mutopia project: \\hspace{\\stretch{1}} \\texttt{http://www.MutopiaProject.org/}\\\\ \\makebox[\\textwidth][c]{It has been typeset by " + \maintainer + ". Copyright \\copyright " + \maintainer + " 2004.} \\makebox[\\textwidth][c]{\\footnotesize This work is licensed under the Creative Commons Attribution-ShareAlike License, with the additional permission that attribution is not} \\makebox[\\textwidth][c]{\\footnotesize required in an audio derivative of this work. To view a copy of that license visit \\texttt{http://creativecommons.org/licenses/by-sa/1.0/} } \\makebox[\\textwidth][c]{\\footnotesize or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.}}" footer = "Mutopia-2004/05/03-413" } upperVoice = \notes \relative c''{ \repeat volta 2 { b4 b c| %1 d4.. e16 d4| %2 | %3 \once \override Slur #'attachment-offset = #'((0 . -0.4) . (-0.6 . -1.5)) %tweak slur \grace fis16( 8.) d16 4| %4 facsimile: grace fis slurs to e, not c | %5 fis,4. \slurDown \times 2/3 {g16( fis e)} 8[ fis]| %6 4 | %7 4. \times 2/3 {g16( fis e)} fis8[ fis]| %8 4 r8[ ]| %9 4 r4| %10 } %end 1st repeat \repeat volta 2 { 4. \grace d16 16 8| %11 b g' | %12 4. 16 8| %13 corrected: facsimile says g g' | %14 444| %15 8.16 4 r8. 16| %16 corrected: facsimile says 8 8.16 4 | %17 r| %18 } %end 2nd repeat } %end upperVoice lowerVoice = \notes \relative c'{ \repeat volta 2 { \stemDown g2.| %1 g2.| %2 g'8[ g g g g g]| %3 g[ g g g] g4| %4 g8[\f d g d g d]| %5 [ d, a' d, a' d,]| %6 g[ d g d g d]| %7 a'[ d, a' d,] [ ]| %8 s2.| %9 s2.|| %10 } %end 1st repeat \repeat volta 2 { fis,,8[_\markup \italic "dol" d' fis, d' fis, d']| %11 4 r r| %12 corrected: facsimile says e fis8[ d' fis, d' fis, d']| %13 g,4 r r| %14 r8 f'[ e d c b]| %15 a4 r fis'| %16 g8. c,16 d4 d| %17 g,2 s4|| %18 } %end 2nd repeat } %end lowerVoice middleVoice = \notes \relative c'{ \repeat volta 2 { \stemUp g'8[ d] \stemDown g[ d a' d,]| %1 b'8[ g] b[ g16 c] b8[ g]| %2 s2.| %3 s2.| %4 s2.| %5 s4 \stemUp c s| %6 s2.| %7 s4 c s4| %8 s2.| %9 s2.|| %10 } %end 1st repeat \repeat volta 2 { s2.| %11 s2.| %12 s2.| %13 s2.| %14 s2.| %15 s2.| %16 s2.| %17 s2.|| %18 } %end 2nd repeat } %end middleVoice \score { \context Staff=upper \notes << \time 3/4 \key g \major \clef violin \context Voice = one { \voiceOne \upperVoice } \context Voice = two { \voiceTwo \middleVoice } \context Voice = three { \voiceThree \lowerVoice } >> \midi { \tempo 4=84} \paper { linewidth = 455.244096\pt textheight = 24.0 \cm % for A4 paper %textheight = 22.2 \cm % for Letter paper } }