lilypond-1.3.118
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-viola.ly
blobbc7d291abc7f0882d3f38b7f951a106505610abe
3 \version "1.3.117";
5 \include "gigue-urtext.ly";
7 gigueViolaGlobal = \notes{
8 \time 3/8;
9 \key f \major;
10 \clef alto;
11 \repeat "volta" 2 {
12 \partial 8;
14 s4.*31
16 \partial 4;
17 } \repeat "volta" 2 {
18 % urg
19 s16 \partial 8; s16
20 s4.*43
22 \partial 4;
26 gigueViolaScripts = \notes{
29 gigueViolaStaff = \context Staff <
30 \notes \transpose c' \gigue
31 \gigueViolaGlobal
32 \gigueViolaScripts
35 \score{
36 \gigueViolaStaff
37 \paper{
38 \translator{
39 \VoiceContext
40 autoBeamSettings \override #'(end 1 8 * *) = #(make-moment 3 4)
41 autoBeamSettings \override #'(end 1 16 * *) = #(make-moment 3 4)
44 \midi{ \tempo 4 = 60; }
45 \header{
46 opus= "" ;
47 piece ="Gigue"; }