]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/sarabande-cello.ly
release: 1.1.24
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / sarabande-cello.ly
index db57bec6c8d2c33e9500a4961ec1b220f445e7cc..226be714c7dd7ed056ca2bccc5ffec6eaae2b468 100644 (file)
@@ -15,21 +15,22 @@ copyright =  "public domain";
  dotted slurs
 %}
 
-\version "1.0.0";
+\version "1.0.14";
 
 \include "sarabande-urtext.ly";
 
-sarabande_cello_global = \melodic{
+sarabande_cello_global = \notes{
        \time 3/4;
        \key f;
        \clef bass;
-       \skip 2.*12;
-       \bar ":|:";
-       \skip 2.*16;
-       \bar ":|";
+       \repeat 2 {
+               s2.*12
+       } \repeat 2 {
+               s2.*16
+       }
 }
 
-sarabande_cello_scripts = \melodic{
+sarabande_cello_scripts = \notes{
 }
 
 sarabande_cello_staff = \type Staff <
@@ -40,7 +41,20 @@ sarabande_cello_staff = \type Staff <
 
 \score{
        \$sarabande_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 = "1/4";
+                       beamAutoEnd16 = "1/4";
+                       beamAutoEnd32 = "1/4";
+               }
+       }
        \midi{ \tempo 4 = 40; }
        \header{ piece = "Sarabande"; }
 }