X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=119e40c18696b730a58558efa2be6acefbff144e;hb=46e296f5381495ce30108aa981e549d61e55a009;hp=4cb875b88a2bc9e93c0c15b52ec57070d40ff81e;hpb=802a8367568dd45d8351c4296bfe091ca3beffa4;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 4cb875b88a..119e40c186 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,10 +1,15 @@ + +\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 { c4^"inner up"^"outer up"_"inner down"_"outer down" } - \paper { linewidth = -1. } - } +\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 +}