]> git.donarmstrong.com Git - lilypond.git/commitdiff
Regtest: add tweak to test what it claims to test.
authorGraham Percival <graham@percival-music.ca>
Tue, 19 Jan 2010 14:50:25 +0000 (14:50 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 19 Jan 2010 14:50:25 +0000 (14:50 +0000)
Without the tweak, the hairpin ends too quickly so it didn't test
that there was only one circle.

input/regression/hairpin-circled.ly

index e01f244d75415e24ed740e51a651954235bad75a..f931f6e61b9cdf2c51bfa2fd5e3ef604ff18fd80 100644 (file)
@@ -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\!
 }