]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / script-stack-order.ly
index 506994552322dc915edc28ce33741fd047349dca..ffc39174b9c039a0fef4b5ba1f9e06ff21dc87dd 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 \header {
     texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -8,6 +8,6 @@ order determines the order. Objects specified first are closest to the note.
 }
 
 \score{ \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
-       \paper { raggedright = ##t}
+       \layout { raggedright = ##t}
     }