]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/updown.ly
release: 1.3.121
[lilypond.git] / input / test / updown.ly
index fdc47121c88ac127d241614e5ece68499d39d447..72ac92165bf738684b7f8691934ce187f6bfe6a4 100644 (file)
@@ -1,18 +1,18 @@
 \score { 
   \context Voice \notes\relative c {
     % this used to work:
-       % <{\voiceone e}
-       % {\voicetwo c}>
+       % <{\voiceOne e}
+       % {\voiceTwo c}>
        
        % now we need:
        \context Staff
-       <{\voiceone e}
-       {\voicetwo c}>
+       <{\voiceOne e}
+       {\voiceTwo c}>
        
        
-       \version "1.3.59"; 
+       \version "1.3.117"; 
        
   }
   \paper { }  
   \midi { }
-}
\ No newline at end of file
+}