]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly
patch::: 1.3.59.uu2.jcn1
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-cello.ly
1
2
3
4 \version "1.3.42";
5
6 \include "gigue-urtext.ly";
7
8 gigue_cello_global = \notes{
9         \time 3/8;
10         \key f;
11         \clef bass;
12         \repeat "volta" 2 {
13                 \partial 8;
14                 s8
15                 s4.*31
16                 s4
17                 %\partial 4;
18         } \repeat "volta" 2 {
19                 % urg
20                 %s16 \partial 8; s16
21                 s8
22                 s4.*43
23                 s4
24                 %\partial 4;
25         }
26 }
27
28 gigue_cello_scripts = \notes{
29 }
30
31 gigue_cello_staff = \context Staff <
32         \$gigue
33         \$gigue_cello_global
34         \$gigue_cello_scripts
35 >
36
37 \score{
38         \$gigue_cello_staff
39         \paper{
40                 \translator{
41                         \VoiceContext
42                         beamAutoEnd_8 = #(make-moment 3 4)
43                         beamAutoEnd_16 = #(make-moment 3 4)
44                 }
45         }
46         \midi{ \tempo 4 = 60; }
47         \header{
48         opus= "" ; 
49 piece ="Gigue"; }
50 }
51