From 2621a8c06b8490dd74a80154216764253bff5b2a Mon Sep 17 00:00:00 2001 From: Malte Meyn Date: Wed, 27 Dec 2017 16:53:33 +0100 Subject: [PATCH 3/3] Issue 5247/3: add \n to dynamics regression test adding Hairpin.to-barline to get rid of a too short crescendo --- input/regression/dynamics-glyphs.ly | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/input/regression/dynamics-glyphs.ly b/input/regression/dynamics-glyphs.ly index de74a114f1..f30b5fa8da 100644 --- a/input/regression/dynamics-glyphs.ly +++ b/input/regression/dynamics-glyphs.ly @@ -1,20 +1,20 @@ +\version "2.21.0" -\version "2.19.21" - -\header {texidoc = "Dynamic letters are kerned, and their weight +\header { + texidoc = "Dynamic letters are kerned, and their weight matches that of the hairpin signs. The dynamic scripts should be horizontally centered on the note head. Scripts that should appear -closer to the note head (staccato, accent) are reckoned with. -" } - +closer to the note head (staccato, accent) are reckoned with." +} \relative { - c''1\ff + \override Hairpin.to-barline = ##f + c''1 \ff e,-.-> \f - e \rfz + e \rfz c' \mf - c \mp \> - c\!\ppppp \< - c\sfp\! + c \mp \> + c \ppppp \< + c \sfp \> + c \n } - -- 2.15.1