]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
(srcdir): urg. Touch install-sh.
[lilypond.git] / input / regression / script-stack-order.ly
index 4cb875b88a2bc9e93c0c15b52ec57070d40ff81e..0b1e74d830674ddbf03b9df3648cb564e3f9f34d 100644 (file)
@@ -1,10 +1,15 @@
+
+\version "2.7.13"
 \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 { c4^"inner up"^"outer up"_"inner down"_"outer down" }
-       \paper { linewidth = -1. }
-    } 
+\layout { raggedright = ##t}
+
+\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+
+
+