X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-glyphs.ly;h=f8099ae9e3e4858e9c8c9bfb2a60395608882cf6;hb=f9180593c6b22d81363f810c32924eed0c50ba49;hp=1a127bb9f03bb6d18f54f2748385f679c523a55f;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/dynamics-glyphs.ly b/input/regression/dynamics-glyphs.ly index 1a127bb9f0..f8099ae9e3 100644 --- a/input/regression/dynamics-glyphs.ly +++ b/input/regression/dynamics-glyphs.ly @@ -1,5 +1,5 @@ -\version "2.1.22" +\version "2.10.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\! }