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