X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-glyphs.ly;h=56dad3dac33cb6978649eb9726b34b0636646428;hb=3a991b6913837bac6d0ea429b583295b9263e049;hp=1c5dc497b90627863c6b3141b2dec94dfea866c3;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/dynamics-glyphs.ly b/input/regression/dynamics-glyphs.ly index 1c5dc497b9..56dad3dac3 100644 --- a/input/regression/dynamics-glyphs.ly +++ b/input/regression/dynamics-glyphs.ly @@ -1,5 +1,5 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.11.51" \header {texidoc = "Dynamic letters are kerned, and their weight matches that of the hairpin signs. The dynamic scripts should be @@ -7,16 +7,14 @@ horizontally centered on the note head. Scripts that should appear closer to the note head (staccato, accent) are reckoned with. " } -\score { - -\notes\relative c'' { c1\ff - e,-.-> \f - e \rfz - c' \mf - c \mp \> - c\!\ppppp \< - c\sfp\! - -} + +\relative c'' { + c1\ff + e,-.-> \f + e \rfz + c' \mf + c \mp \> + c\!\ppppp \< + c\sfp\! }