]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
*** empty log message ***
[lilypond.git] / input / regression / script-stack-order.ly
index 4cb875b88a2bc9e93c0c15b52ec57070d40ff81e..1d7f075577f9748c5a53e8e2ec80c001d6b66614 100644 (file)
@@ -1,3 +1,5 @@
+
+\version "2.1.22"
 \header {
     texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -5,6 +7,7 @@ order determines the order. Objects specified first are closest to the note.
 "
 }
 
-\score{ \notes { c4^"inner up"^"outer up"_"inner down"_"outer down" }
-       \paper { linewidth = -1. }
+\score{ \notes\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+       \paper { raggedright = ##t}
     } 
+