]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-cello.ly
release: 1.2.0
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-cello.ly
index 5909c0be7dab52533c6c954eb1a046206edc454d..7dead3a18fc3bd75ea03eea4bcd1fd9a4658d97a 100644 (file)
@@ -2,7 +2,7 @@
 filename =      "courante-cello.ly";
 title =         "Solo Cello Suites";
 subtitle = "Suite II";
-piece = "Courante";
+piece = "Courante";
 % opus =        "BWV 1008";
 opus =  "";
 composer =      "Johann Sebastian Bach (1685-1750)";
@@ -15,27 +15,30 @@ copyright =  "public domain";
  dotted slurs
 %}
 
-\version "1.0.0";
+\version "1.2.0";
 
 \include "courante-urtext.ly";
 
-courante_cello_global = \melodic{
+courante_cello_global = \notes{
        \time 3/4;
        \key f;
-       \partial 16;
        \clef bass;
-       \skip 2.*15;
-       s2 s8.
-       \bar ":|:";
-       \skip 2.*15;
-       s2 s8.
-       \bar ":|";
+       \repeat "volta" 2 {
+               \partial 16;
+               s16
+               s2.*15
+               s2 s8.
+       } \repeat "volta" 2 {
+               s16
+               s2.*15
+               s16*11
+       }
 }
 
-courante_cello_scripts = \melodic{
+courante_cello_scripts = \notes{
 }
 
-courante_cello_staff = \type Staff <
+courante_cello_staff = \context Staff <
        \$courante
        \$courante_cello_global
        \$courante_cello_scripts
@@ -43,7 +46,11 @@ courante_cello_staff = \type Staff <
 
 \score{
        \$courante_cello_staff
-       \include "scs-paper.ly";
+       \paper{
+               \include "scs-paper.ly";
+               gourlay_maxmeasures = 4.0;
+       }
        \midi{ \tempo 4 = 55; }
+       \header{ piece = "Courante"; }
 }