X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=119e40c18696b730a58558efa2be6acefbff144e;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=1d7f075577f9748c5a53e8e2ec80c001d6b66614;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 1d7f075577..119e40c186 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,13 +1,15 @@ -\version "2.1.22" +\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 +}