\version "2.11.52" \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 - BWV 1006a" subtitle = "\"Nach der Partita III für Violine BWV 1006\"" piece = "4. Menuet I" mutopiatitle = "Suite E-Dur - BWV 1006a - Menuet I" 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-1501" 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 g'' { \repeat volta 2 { % begin repeat gis4 gis8 [ fis ] gis4 | % 1 e4 fis8 [ (dis) ] e4 | % 2 b4 cis dis | % 3 e8 [ dis e fis e fis ] | % 4 gis4 fis fis8 [ (gis16 a) ] | % 5 gis8 [ fis gis a b gis ] | % 6 e4 a gis | % 7 2. | % 8 } % end repeat \repeat volta 2 { % begin repeat b'4 b8 [ ais8 ] b4 | % 9 dis,4 e8 [ (cis) ] dis4 | % 10 b'4 b8 [ ais ] b4 | % 11 b,2. | % 12 a'4 gis fis | % 13 e4 e8 [ fis ] gis4 | % 14 gis8 [ fis ] a4 gis | % 15 fis8 [ e fis dis e fis ] | % 16 gis4 cis, bis \trill | % 17 cis4. e8 [ dis fis ] | % 18 r8 a,8 [ b cis ] d4 ] | % 19 r8 e,8 [ d' b cis a ] | % 20 fis8 [ gis a b cis a ] | % 21 r8 fis [ cis' a b gis ] | % 22 e8 [ fis gis a b gis ] | % 23 a8 [ e fis a dis, fis ] | % 24 gis8 [ b cis e fis a ] | % 25 e8 [ dis e dis cis b ] | % 26 gis'4 gis8 [ fis ] gis4 | % 27 e4 fis8 [ dis ] e4 | %28 r4 r8 gis,8 [ b d ] | % 29 r8 e, [ d' b cis a ] | % 30 r8 e'8 [ dis fis a] r8 ] | % 31 r8 b,8 [ fis' a] 4 | % 32 4 | % 33 2. | % 34 } % end repeat } melodyTwo = \relative e'' { \repeat volta 2 { % begin repeat e4 dis b | % 1 cis4 r4 r4 | % 2 gis4 a fis | % 3 e4 r4 r4 | % 4 4 b | % 5 4 r4 r4 | % 6 4 | % 7 b2. | % 8 } % end repeat \repeat volta 2 { % begin repeat dis'4 cis b | % 9 a4 r4 r4 | % 10 4 | % 11 2. | % 12 4 r4 r4 | % 13 4 cis'8 [ dis ] e4 | % 14 dis4 cis bis | % 15 cis4 r4 | % 16 4 fis gis | % 17 4. s4. | % 18 gis'4 r4 r8 e8 | % 19 a,4 r4 r4 | % 20 dis4 r4 r4 | % 21 gis,4 r4 r4 | % 22 cis4 r4 r4 | % 23 fis,4 r4 b4 | % 24 e,4 a4 r4 | % 25 b4 r4 r4 | % 26 e'4 dis b | % 27 cis4 r4 r4 | % 28 gis8 [ b ] e,4 r4 | % 29 a,4 r4 r4 | % 30 fis'4 r4 r8 e8 | % 31 dis4 r4 e4 | % 32 a,4 b b | % 33 2. | % 34 } % end repeat } melody = << \melodyOne \\ \melodyTwo >> % 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 { } }