]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-cello.ly
release: 1.3.111
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-cello.ly
1
2
3 \version "1.3.110";
4
5 \include "allemande-urtext.ly";
6
7 allemande_cello_global = \notes{
8         \time 4/4;
9         \key f \major;
10         \clef bass;
11         \repeat "volta" 2 {
12                 \partial 16;
13                 s16
14                 s1*11 |
15                 s2 s4 s8.
16         } \repeat "volta" 2 {
17                 s16
18                 s1*11
19                 s16*15
20         }
21 }
22
23 allemande_cello_scripts = \notes{
24 }
25
26 allemande_cello_staff = \context Staff <
27         \$allemande
28         \$allemande_cello_global
29         \$allemande_cello_scripts
30 >
31
32 \score{
33         \$allemande_cello_staff
34         \paper{ }
35         \midi{ \tempo 4 = 45; }
36         \header{ piece = "Allemande";
37           opus = "";
38
39           }
40 }