]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
* lily/parser.yy (Prefix_composite_music):
[lilypond.git] / input / regression / script-stack-order.ly
index 5e9bee0afb84b92d7907ed6bebef5c63baf91801..ffc39174b9c039a0fef4b5ba1f9e06ff21dc87dd 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.3.22"
 \header {
     texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -6,7 +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 { raggedright = ##t}
+\score{ \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
+       \layout { raggedright = ##t}
     } 
-%% new-chords-done %%
+