]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/gigue-cello.ly
release: 1.1.24
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / gigue-cello.ly
index aaa6782df9c59b4d0202c31f802bee239ed642ba..8a1feb0b6425efdfe02215830406bc41bfb0288f 100644 (file)
@@ -23,13 +23,19 @@ gigue_cello_global = \notes{
        \time 3/8;
        \key f;
        \clef bass;
-       \partial 8;
-       \skip 4.*31;
-       s4
-       \bar ":|:";
-       \skip 4.*44;
-       s4
-       \bar ":|";
+       \repeat 2 {
+               \partial 8;
+               s8
+               s4.*31
+               s4
+               \partial 4;
+       } \repeat 2 {
+               % urg
+               s16 \partial 8; s16
+               s4.*43
+               s4
+               \partial 4;
+       }
 }
 
 gigue_cello_scripts = \notes{
@@ -43,7 +49,19 @@ gigue_cello_staff = \type Staff <
 
 \score{
        \$gigue_cello_staff
-       \include "scs-paper.ly";
+       % \paper { \include "scs-paper.ly"; }
+       \paper{
+               linewidth = 180.\mm;
+               \translator { \BarNumberingStaffContext }
+               \translator{
+                       \VoiceContext
+                       % add experimental auto-beaming
+                       \consists Auto_beam_engraver;
+                       beamAuto = 1.;
+                       beamAutoEnd8 = "3/4";
+                       beamAutoEnd16 = "3/4";
+               }
+       }
        \midi{ \tempo 4 = 60; }
        \header{ piece = "Gigue"; }
 }