]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision.ly
new file.
[lilypond.git] / input / regression / rest-collision.ly
index 6102c2cce4d69255ddd371d800aab5b7e71ea70c..792873a7108a40322fbff7b05dce020749a25a2a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.16"
+\version "2.4.0"
 \header{
 texidoc="
 Rests should not collide with beams, stems and noteheads.  Rests may
@@ -48,7 +48,7 @@ restsII = \context Staff  {
                \scales 
                \restsII 
        }
-       \paper { raggedright = ##t }
+       \layout { raggedright = ##t }
 }