X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=25dff724b220cdbf82c2c3eca63d19ecad35e069;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=19c2e8c7011d1b5d4e969f165d5fc69886c2a21f;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 19c2e8c701..25dff724b2 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,13 +1,15 @@ -\version "2.3.16" +\version "2.16.0" \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{ \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" } - \paper { 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 +}