]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / input / regression / script-stack-order.ly
index 0b1e74d830674ddbf03b9df3648cb564e3f9f34d..0ad7be21658218e59a29005556d523aa0dd492b4 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.11.51"
 \header {
   texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -7,7 +7,7 @@ order determines the order. Objects specified first are closest to the note.
 "
 }
 
-\layout { raggedright = ##t}
+\layout { ragged-right = ##t}
 
 \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }