]> 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 5e9bee0afb84b92d7907ed6bebef5c63baf91801..0b1e74d830674ddbf03b9df3648cb564e3f9f34d 100644 (file)
@@ -1,12 +1,15 @@
-\version "1.7.18"
+
+\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 { raggedright = ##t}
-    } 
-%% new-chords-done %%
+\layout { raggedright = ##t}
+
+\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+
+
+