]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-grace.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
index 8bc952e5ceea3c75c0ee876802e6042f7c8585e6..e766b599e6294153260a8c1cdb13fda8a845df05 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 
 
 \header {
@@ -6,7 +6,7 @@ texidoc= "Multi-measure rests are centered also in the case of grace notes."
 }
 
 \score   {
-\notes <<
+ <<
        \new Staff { R1 R1 R1*3 }
        \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
 >>