]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-stack-order.ly
Merge remote-tracking branch 'origin' into translation
[lilypond.git] / input / regression / script-stack-order.ly
index 5114c08ab90785679c5b77e933a1e3968dffd928..25dff724b220cdbf82c2c3eca63d19ecad35e069 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.16.0"
 \header {
   texidoc = "Scripts can be stacked. The order is determined by a
 priority field, but when objects have the same priority, the input
@@ -7,7 +7,9 @@ order determines the order. Objects specified first are closest to the note.
 "
 }
 
-\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" }
-\layout { raggedright = ##t}
-
+\layout { ragged-right = ##t}
 
+\relative c'' {
+  c4^"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
+}