]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-cello.ly
patch::: 1.3.126.jcn1
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-cello.ly
1
2
3
4 \version "1.3.117";
5
6 \include "sarabande-urtext.ly";
7
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
16         }
17 }
18
19 sarabandeCelloScripts =  \notes{
20 }
21
22 sarabandeCelloStaff =  \context Staff <
23         \sarabande
24         \sarabandeCelloGlobal
25         \sarabandeCelloScripts
26 >
27
28 \score{
29         \sarabandeCelloStaff
30         \paper{ }
31         \midi{ \tempo 4 = 40; }
32         \header{
33         opus= "" ; 
34         piece ="Sarabande"; }
35 }
36