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