]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / rest-collision.ly
index 4c38d5874287e15b0d3d2b284c2724748a05601e..7cc252579afb3fa3c1a8d21da485c757dbaed644 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 \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 }
 }