]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/updown.ly
release: 1.3.94
[lilypond.git] / input / test / updown.ly
index fdc47121c88ac127d241614e5ece68499d39d447..fe5faf77fca1b880440ab0c63573567a20b01a29 100644 (file)
@@ -1,16 +1,16 @@
 \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.93"; 
        
   }
   \paper { }