]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
Docs: NR 1.2.3 Fix @ref
[lilypond.git] / input / regression / script-stack-order.ly
index 1d7f075577f9748c5a53e8e2ec80c001d6b66614..cca3c7656c2a24939fba6e96a8034cf73f7a4d3b 100644 (file)
@@ -1,13 +1,15 @@
 
-\version "2.1.22"
+\version "2.12.0"
 \header {
-    texidoc = "Scripts can be stacked. The order is determined by a
+  texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
 order determines the order. Objects specified first are closest to the note.
 "
 }
 
-\score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
-       \paper { raggedright = ##t}
-    } 
+\layout { ragged-right = ##t}
+
+\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+
+