\version "2.11.48" \paper { page-top-space = #0.0 %indent = 0.0 line-width = 18.0\cm ragged-bottom = ##f ragged-last-bottom = ##f } % #(set-default-paper-size "a4") #(set-global-staff-size 19) \header { title = "Suite E-Dur - Suite BWV 1006a" subtitle = "\"Nach der Partita III für Violine BWV 1006\"" piece = "5. Menuet II" mutopiatitle = "Suite E-Dur - BWV 1006a - Menuet II" composer = "Johann Sebastian Bach (1685-1750)" mutopiacomposer = "BachJS" opus = "BWV 1006a" mutopiainstrument = "Guitar" arrangement = "Hajo Dezelski" style = "Baroque" source = "Bach-Gesellschaft Edition 1879 Band 42" copyright = "Creative Commons Attribution-ShareAlike 3.0" maintainer = "Hajo Dezelski" maintainerWeb = "http://www.roxele.de/" maintainerEmail = "dl1sdz (at) gmail.com" footer = "Mutopia-2008/07/31-1502" 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 © 2008. \hspace #0.5 Reference: \footer } } \line { \teeny \line { Licensed under the Creative Commons Attribution-ShareAlike 3.0 (Unported) License, for details see: \hspace #-0.5 \with-url #"http://creativecommons.org/licenses/by-sa/3.0" http://creativecommons.org/licenses/by-sa/3.0 } } } } } melodyOne = \relative b' { \repeat volta 2 { % begin repeat b4 s2 | % 1 b4 s2 | % 2 b4 s2 | % 3 a4 s2 | % 4 e8 [ gis gis b b e ] | % 5 dis8 [ b b dis dis fis ] | % 6 fis8 [ gis a fis ] b4 | % 7 a8 [ gis a gis fis e ] | % 8 b4 s2 | % 9 b4 s2 | % 10 e4 s2 | % 11 e4 s2 | % 12 b8 [ dis dis fis fis b ] | % 13 cis,8 [ dis e gis ais, fis' ] | % 14 e8 [ dis cis8 b fis ais ] | % 15 b2. | % 16 } % end repeat \repeat volta 2 { % begin repeat dis4 e8 [ dis cis b ] | % 17 e8 [ fis gis a b gis ] | % 18 fis8 [ (eis fis) eis dis cis ] | % 19 fis8 [ (gis a) cis, ] fis,4 | % 20 r8 cis' [ b' gis a fis ] | % 21 gis8 [ cis, d b] r8 cis8 ] | % 22 b'8 [ gis a fis] r8 eis8 ] | % 23 fis8 [cis] r8 cis8 [ fis gis ] | % 24 a4 b8 [ a gis fis ] | % 25 gis8 [ (a b) d,] r8 d8 ] | % 26 cis8 [ e a8 fis gis e ] | % 27 dis8 [ (cis) e dis cis b ] | % 28 gis'4 a8 [ (gis fis e) ] | %29 fis16 [ (e16 dis8) ] b'2 | % 30 r8 b,8 [ cis a fis dis'] | % 31 2. | % 32 } % end repeat } melodyTwo = \relative e' { \repeat volta 2 { % begin repeat e4 s2 | % 1 dis4 s2 | % 2 e,4 s2 | % 3 b'4 s2 | % 4 r4 e,4 gis4 | % 5 b4 dis4 gis4 | % 6 dis4 b4 dis4 | % 7 e4 b4 e,4 | % 8 e'4 s2 | % 9 4 s2 | % 10 cis4 s2| % 11 fis,4 r8 e'8 [ dis cis] | % 12 dis4 s2 | % 13 e4 cis4 fis4 | % 14 b,4 dis4 fis4 | % 15 b,2. | % 16 } % end repeat \repeat volta 2 { % begin repeat 4 s2 | % 17 4 e d | % 18 cis4 gis'4 b4 | % 19 a4 fis,4 r4 | % 20 eis'4 s2 | % 21 s2 eis4 | % 22 r4 fis4 4 | % 23 4 fis' e | % 24 4 s2 | % 25 4 r4 4 | % 26 a4 4 4 | % 27 b4 cis dis | % 28 4 fis gis4 | % 29 a4 2 | % 30 gis4 a4 b4 | % 31 e,2. | % 32 } % end repeat } melodyThree = \relative g' { \repeat volta 2 { % begin repeat gis4 a8 [ gis fis e ] | % 1 fis8 [ gis ] a2 | % 2 gis8 [ fis a gis fis e ] | % 3 d8 [ e ] fis4 b, | % 4 s2.*4 | % 8 gis'4 a8 [ gis fis e ] | % 9 fis8 [ gis ] a2 | % 10 gis8 [ e e gis gis b ] | % 11 ais8 [ b ] cis4 fis, | % 12 s2.*4 | % 16 } % end repeat \repeat volta 2 { % begin repeat s2.*16 | % 32 } % end repeat } melody = << \melodyOne \\ \melodyTwo \\ \melodyThree >> % The score definition \score { \context Staff << \set Staff.instrumentName = "Laute" \set Staff.midiInstrument = "acoustic guitar (nylon)" { \clef treble \key e \major \time 3/4 \melody } >> \layout { } \midi { } }