lilypond-1.3.118
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-cello.ly
blobc63c2693f8c98e909cdbe2450134b5d198116b28
4 \version "1.3.117";
6 \include "sarabande-urtext.ly";
8 sarabandeCelloGlobal = \notes{
9 \time 3/4;
10 \key f \major;
11 \clef bass;
12 \repeat "volta" 2 {
13 s2.*12
14 } \repeat "volta" 2 {
15 s2.*16
19 sarabandeCelloScripts = \notes{
22 sarabandeCelloStaff = \context Staff <
23 \sarabande
24 \sarabandeCelloGlobal
25 \sarabandeCelloScripts
28 \score{
29 \sarabandeCelloStaff
30 \paper{ }
31 \midi{ \tempo 4 = 40; }
32 \header{
33 opus= "" ;
34 piece ="Sarabande"; }