]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly
release: 1.3.118
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-cello.ly
1
2
3
4 \version "1.3.117";
5
6 \include "gigue-urtext.ly";
7
8 gigueCelloGlobal =  \notes{
9         \time 3/8;
10         \key f \major;
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 gigueCelloScripts =  \notes{
29 }
30
31 gigueCelloStaff =  \context Staff <
32         \gigue
33         \gigueCelloGlobal
34         \gigueCelloScripts
35 >
36
37 \score{
38         \gigueCelloStaff
39         \paper{
40                 \translator{
41                         \VoiceContext
42                         autoBeamSettings \override #'(end 1 8 * *) = #(make-moment 3 4)
43                         autoBeamSettings \override #'(end 1 16 * *) = #(make-moment 3 4)
44                 }
45         }
46         \midi{ \tempo 4 = 60; }
47         \header{
48         opus= "" ; 
49 piece = "Gigue"; }
50 }
51