]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-viola.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-viola.ly
1
2
3 \version "1.2.0";
4
5 \include "gigue-urtext.ly";
6
7 gigue_viola_global = \notes{
8         \time 3/8;
9         \key f;
10         \clef alto;
11         \repeat "volta" 2 {
12                 \partial 8;
13                 s8
14                 s4.*31
15                 s4
16                 \partial 4;
17         } \repeat "volta" 2 {
18                 % urg
19                 s16 \partial 8; s16
20                 s4.*43
21                 s4
22                 \partial 4;
23         }
24 }
25
26 gigue_viola_scripts = \notes{
27 }
28
29 gigue_viola_staff = \context Staff <
30         \notes \transpose c' \$gigue
31         \$gigue_viola_global
32         \$gigue_viola_scripts
33 >
34
35 \score{
36         \$gigue_viola_staff
37         \paper{
38                 \translator{
39                         \VoiceContext
40                         beamAutoEnd_8 = "3/4";
41                         beamAutoEnd_16 = "3/4";
42                 }
43         }
44         \midi{ \tempo 4 = 60; }
45         \header{
46         opus= "" ; 
47         piece ="Gigue"; }
48 }
49