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