X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-glyphs.ly;h=de74a114f1b614256bc11f052eb6a77b1b53ca7c;hb=e567f6fdc3e452dbef271eb356b2098c31ce41f4;hp=79a53320e8d7fd0ce1bcbc0594b54454578b5971;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/dynamics-glyphs.ly b/input/regression/dynamics-glyphs.ly index 79a53320e8..de74a114f1 100644 --- a/input/regression/dynamics-glyphs.ly +++ b/input/regression/dynamics-glyphs.ly @@ -1,5 +1,5 @@ -\version "2.1.28" +\version "2.19.21" \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''1\ff + e,-.-> \f + e \rfz + c' \mf + c \mp \> + c\!\ppppp \< + c\sfp\! }