X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-stack-order.ly;h=cca3c7656c2a24939fba6e96a8034cf73f7a4d3b;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=e839fe8f2923bda6b31886e907413d87d188f43e;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/script-stack-order.ly b/input/regression/script-stack-order.ly index e839fe8f29..cca3c7656c 100644 --- a/input/regression/script-stack-order.ly +++ b/input/regression/script-stack-order.ly @@ -1,12 +1,15 @@ -\version "1.7.16" + +\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 { c4^"inner up"^"outer up"_"inner down"_"outer down" } - \paper { raggedright = ##t} - } -%% new-chords-done %% +\layout { ragged-right = ##t} + +\relative c'' { c4^"inner up"^"outer up"_"inner down"_"outer down" } + + +