]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-cello.ly
release: 1.0.10
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-cello.ly
index 5909c0be7dab52533c6c954eb1a046206edc454d..35c1cbdd51d9d2d80a3d83eb994473ac4c790fcb 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,11 +15,11 @@ copyright =  "public domain";
  dotted slurs
 %}
 
-\version "1.0.0";
+\version "1.0.4";
 
 \include "courante-urtext.ly";
 
-courante_cello_global = \melodic{
+courante_cello_global = \notes{
        \time 3/4;
        \key f;
        \partial 16;
@@ -32,7 +32,7 @@ courante_cello_global = \melodic{
        \bar ":|";
 }
 
-courante_cello_scripts = \melodic{
+courante_cello_scripts = \notes{
 }
 
 courante_cello_staff = \type Staff <
@@ -45,5 +45,6 @@ courante_cello_staff = \type Staff <
        \$courante_cello_staff
        \include "scs-paper.ly";
        \midi{ \tempo 4 = 55; }
+       \header{ piece = "Courante"; }
 }