]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/allemande-cello.ly
release: 1.3.118
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / allemande-cello.ly
1
2
3 \version "1.3.117";
4
5 \include "allemande-urtext.ly";
6
7 allemandeCelloGlobal =  \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 allemandeCelloScripts =  \notes{
24 }
25
26 allemandeCelloStaff =  \context Staff <
27         \allemande
28         \allemandeCelloGlobal
29         \allemandeCelloScripts
30 >
31
32 \score{
33         \allemandeCelloStaff
34         \paper{ }
35         \midi{ \tempo 4 = 45; }
36         \header{ piece = "Allemande";
37           opus = "";
38
39           }
40 }