X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=3b7cd25834c6f95c25619ccb99c106dbfc46dd01;hb=62b479a90308f3721a6667f8e55c9a8d80b10cd4;hp=745cd86b790db306cd0b6ec95abaa405a643bd82;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index 745cd86b79..3b7cd25834 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,12 +1,15 @@ -\version "1.7.6" + +\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{ \notes { c4^"inner up"^"outer up"_"inner down"_"outer down" } - \paper { linewidth = -1. } - } -%% new-chords-done %% +\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 +}