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