X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-glyphs.ly;h=6a58b087dea3d510ef4cda06122396817be7c400;hb=bea1783a6b70e41c45f85136146cdd7fa773fb8e;hp=79a53320e8d7fd0ce1bcbc0594b54454578b5971;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/dynamics-glyphs.ly b/input/regression/dynamics-glyphs.ly index 79a53320e8..6a58b087de 100644 --- a/input/regression/dynamics-glyphs.ly +++ b/input/regression/dynamics-glyphs.ly @@ -1,5 +1,5 @@ -\version "2.1.28" +\version "2.12.0" \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\! }