From: Graham Percival Date: Tue, 19 Jan 2010 14:50:25 +0000 (+0000) Subject: Regtest: add tweak to test what it claims to test. X-Git-Tag: release/2.13.12-1~101 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f47d8eced407ca1fa546d8bbc19806b62686a435;p=lilypond.git Regtest: add tweak to test what it claims to test. Without the tweak, the hairpin ends too quickly so it didn't test that there was only one circle. --- diff --git a/input/regression/hairpin-circled.ly b/input/regression/hairpin-circled.ly index e01f244d75..f931f6e61b 100644 --- a/input/regression/hairpin-circled.ly +++ b/input/regression/hairpin-circled.ly @@ -10,10 +10,12 @@ followed by a crescendo al niente should only print one circle." \layout { ragged-right = ##t } \relative c'' { - \override Hairpin #'circled-tip = ##t - c1\< d\! d\> c\! e\> c\< d\! \break - c\< \break - e d\! c\> \break - e d\! + \override Hairpin #'circled-tip = ##t + c1\< d\! d\> c\! + \override Hairpin #'to-barline = ##f + e\> c\< d\! \break + c\< \break + e d\! c\> \break + e d\! }