]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / rest-polyphonic.ly
index 5f28e73a9cd678a23790615ef6bc168ff3599561..1a15c62f17168158d12d049792eee4649bf4d579 100644 (file)
@@ -7,10 +7,10 @@ even if there is no opposite note or rest. The amount is two
     }
 
 
-\version "2.2.0"
+\version "2.3.4"
 
 \score {
-  \new Staff \notes \relative c' {
+  \new Staff  \relative c' {
      << { r8 g''4 g8 r g4 g8 } \\
             { d,4    r   d   r   } >>
   }