]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/volta.ly
release: 1.3.118
[lilypond.git] / input / test / volta.ly
index b470c72fd88cd6799e678662931465ff90a99cbd..4a038334d433ff824b917c11dc21193f022aa7ae 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "1.3.110";
+\version "1.3.117";
 
 
-voice4 = \notes {
+voiceE =  \notes {
 \clef bass;
  \property Staff.instrument = "Bass"
  \property Staff.instr = "B"
@@ -18,7 +18,7 @@ voice4 = \notes {
     }
 }
 }
-voicedefault = \notes {
+voicedefault =  \notes {
  
  \time 4/4; \key f \major ; 
  \tempo 4 = 200;
@@ -29,8 +29,8 @@ voicedefault = \notes {
 
         \context Staff="4"
         {
-            \$voicedefault
-            \$voice4 
+            \voicedefault
+            \voiceE 
         }
 
     >