]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Solo-Cello-Suites/courante-viola.ly
release: 1.0.15
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / courante-viola.ly
index a6097d0770d546c852fc93b4ebe713dff34b972a..1d87f2507b0bcfb9990cda31f559a50840b9a172 100644 (file)
@@ -15,11 +15,11 @@ copyright =  "public domain";
  dotted slurs
 %}
 
-\version "1.0.0";
+\version "1.0.7";
 
 \include "courante-urtext.ly";
 
-courante_viola_global = \melodic{
+courante_viola_global = \notes{
        \time 3/4;
        \key f;
        \partial 16;
@@ -32,11 +32,11 @@ courante_viola_global = \melodic{
        \bar ":|";
 }
 
-courante_viola_scripts = \melodic{
+courante_viola_scripts = \notes{
 }
 
 courante_viola_staff = \type Staff <
-       \melodic \transpose c' \$courante
+       \notes \transpose c' \$courante
        \$courante_viola_global
        \$courante_viola_scripts
 >