X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=3b7cd25834c6f95c25619ccb99c106dbfc46dd01;hb=330a2873ed46f66d5abcefda22a633d1137cfb0e;hp=4d911ae45b58b657f0dbef8892e39c299fdfd235;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 4d911ae45b..3b7cd25834 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,5 +1,5 @@ -\version "2.6.0" +\version "2.19.21" \header { texidoc = "Scripts can be stacked. The order is determined by a priority field, but when objects have the same priority, the input @@ -7,9 +7,9 @@ order determines the order. Objects specified first are closest to the note. " } -\layout { raggedright = ##t} - -\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" } - - +\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 +}