]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/Duette/viola-i.ly
release: 1.3.118
[lilypond.git] / mutopia / J.S.Bach / Duette / viola-i.ly
index 3d909cc048b628f5936d4b67b72f100d98b27a96..e775ffc451834a64f7fdbf34609eb3675c5d6987 100644 (file)
@@ -1,22 +1,22 @@
 \header{
-filename =      "viola-i.ly";
-title =                 "Vier Duette";
-description =   "Four duets for Violino and Violoncello (Viola)";
-opus =           "BWV";
-composer =      "Johann Sebastian Bach (1685-1750)";
-enteredby =     "jcn";
-copyright =     "Public Domain";
+filename =      "viola-i.ly";
+title =                 "Vier Duette";
+description =   "Four duets for Violino and Violoncello (Viola)";
+opus =            "BWV";
+composer =      "Johann Sebastian Bach (1685-1750)";
+enteredby =     "jcn";
+copyright =     "Public Domain";
 }
 
-\version "1.3.110";
+\version "1.3.117";
 
 \include "global-i.ly"
 \include "violoncello-i.ly";
 
-$viola_i_staff = \context Staff = viola <
+violaIStaff =  \context Staff = viola <
   \property Staff.instrument = "viola"
   %\property Staff.instrument = "violin"
-  \notes\transpose c'' \$violoncello_i
+  \notes\transpose c'' \violoncelloI
   \clef alto;
-  \$global_i
+  \globalI
 >