]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
Docs: Rhythms indexed by Ralph Palmer
[lilypond.git] / input / regression / script-stack-order.ly
index 0b1e74d830674ddbf03b9df3648cb564e3f9f34d..cca3c7656c2a24939fba6e96a8034cf73f7a4d3b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.12.0"
 \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" }