\version "2.13.4" \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 = "Cello Suite II" subtitle = "\"Sechs Suiten für Violoncello\"" piece = "4. Sarabande" mutopiatitle = "Cello Suite II - BWV 1008 - Sarabande" composer = "Johann Sebastian Bach (1685-1750)" mutopiacomposer = "BachJS" opus = "BWV 1008" mutopiainstrument = "Cello" arrangement = "Hajo Dezelski" style = "Baroque" source = "Bach-Gesellschaft Edition 1879 Band 27" copyright = "Creative Commons Attribution-ShareAlike 3.0" maintainer = "Hajo Dezelski" maintainerWeb = "http://www.roxele.de/" maintainerEmail = "dl1sdz (at) gmail.com" footer = "Mutopia-2009/10/13-1490" tagline = \markup { \override #'(box-padding . 1.0) \override #'(baseline-skip . 2.7) \box \center-column { \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 © 2009. \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 c { \repeat volta 2 { d8. [e16] e4.\trill d16 [e] | % 1 4. e'8 [d c] | % 2 bes8 [g'] f \prall [e16 (f] g [a bes d,)] | % 3 cis4. \trill b8 [a g] | % 4 8. [e'16] e4. \trill d16 [e] | % 5 4. d8 [e f] | % 6 g8 [bes16 (a)] c [(bes) a (g)] d'8 [f,] | % 7 4. \trill d'8 [c bes] | % 8 f'8 [ g16 (a)] 4. g16 [(f)] | % 9 g8 [a16 ( bes)] bes4. c16 [( d)] | % 10 e,8 [f] c, [g'] f' [ e] | % 11 f4 f,2 | % 12 } \repeat volta 2 { a'4 a4. \trill bes8 | % 13 c8 [bes16 (a)] fis8. \trill [ees16] d8 [c] | % 14 bes8 [g'] a, [fis'] ees' [d] | % 15 4. \trill a'8 [g f] | % 16 e8 [bes (a) f' g a] | % 17 d,8 [aes (g) ees' f g] | % 18 cis,8 [bes'] a [g16 (f)] e8 [f16 (d)] | % 19 cis8 [e16 (a)] a,8. g'16 f8 e | % 20 d8 [e16 (f)] f4. e16 [(d)] | % 21 e8 [f16 (g)] 4. a'16 [(bes)] | % 22 8 [cis'16 (d)] d,8 [(e16 f32 g)] f8 \trill [ e16 (d)] | % 23 d4 d,16 [a' (b cis] d [e f g)] | % 24 a16 [(b c b)] c4. b16 [(a)] | % 25 b16 [ (cis d cis)] d4. e16 [(f)] | % 26 d16 [(cis d) f,] a,8 [e'] d' [(cis)] | % 27 d4 d,,2 | % 28 } } melodyTwo = \relative d { \repeat volta 2 { d4 a2 | % 1 d,4. s4. | % 2 s2.*2 | % 4 f4 a2 | % 5 d,4. s4. | % 6 s2. | % 7 c4. s4. | % 8 a'4 bes4. s8 | % 9 bes4 2 | % 10 s2.*2 | % 12 } \repeat volta 2 { f'8 [ees] ees4. s8 | % 13 d4 s2 | % 14 s2.| % 15 g,4. s4. | % 16 s2.*4 | % 20 bes4 g2 | % 21 g4 cis,4. s8 | % 22 f8 r8 r8 g8 a4 | % 23 s2. | % 24 f'4 fis4. s8 | % 25 4 gis'4. s8 | % 26 s2.*2 | % 28 } } melody = << \melodyOne \\ \melodyTwo >> \score { \context Staff << \set Staff.instrumentName = "Cello" \set Staff.midiInstrument = "cello" { \clef bass \key d \minor \time 3/4 \melody } >> \layout { } \midi { } }