]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/prelude-cello.ly
d85d5a703acf12cb365e60deb7186667b03b4c6d
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / prelude-cello.ly
1
2
3
4 \version "1.3.117";
5
6 \include "prelude-urtext.ly";
7
8 preludeCelloGlobal =  \notes{
9         \time 3/4;
10         \key f \major;
11         \clef bass;
12         \skip 2.*63;
13         \bar "|.";
14 }
15
16 preludeCelloScripts =  \notes{
17 }
18
19 preludeCelloStaff =  \context Staff <
20         \prelude
21         \preludeCelloGlobal
22         \preludeCelloScripts
23 >
24
25 \score{
26         \preludeCelloStaff
27         \paper{ }
28         \midi{ \tempo 4 = 40; }
29         \header{
30         opus= "" ; 
31         piece ="Pr\\'elude"; }  
32 }
33