X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=be242eb8d27c5a759931143c55d263f1a9d30278;hb=ff5b756b319b1a577e0ebcbe90b77feeef3eb1da;hp=7caf5e598915c784a9290fd800f02f6ff4ab4690;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 7caf5e5989..be242eb8d2 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,13 +1,15 @@ -\version "2.1.7" +\version "2.12.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 +}