X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=119e40c18696b730a58558efa2be6acefbff144e;hb=c3c7e6c543f040af7883da3ccb89a3b16d8f274b;hp=932cffb4af951eae30ab8bc864a85b2b2ed96428;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 932cffb4af..119e40c186 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,13 +1,15 @@ -\version "1.9.8" +\version "2.14.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{ \notes\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 +}