]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / script-stack-order.ly
index fc07e7054224cd12203ba234055671d78376fae3..3b7cd25834c6f95c25619ccb99c106dbfc46dd01 100644 (file)
@@ -1,13 +1,15 @@
 
-\version "1.9.1"
+\version "2.19.21"
 \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''4^"up 1"^"up 2"^"up 3"_"down 1"_"down 2"_"down 3" c c c
+  c4^"1"^"2"\turn  c\turn ^"1"^"2" c c
+}