X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=3b7cd25834c6f95c25619ccb99c106dbfc46dd01;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=1c4d3fb706b1eba5afe1b825ef69d153c7e1e468;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 1c4d3fb706..3b7cd25834 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,13 +1,15 @@ -\version "2.4.0" +\version "2.19.21" \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{ \relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" } - \layout { raggedright = ##t} - } +\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 +}