diff options
author | Keith OHara <k-ohara5a5a@oco.net> | 2012-08-09 21:52:51 -0700 |
---|---|---|
committer | Keith OHara <k-ohara5a5a@oco.net> | 2012-08-14 23:41:30 -0700 |
commit | 277bb30e28d026f359b6a4de36060ddcb9ecd93b (patch) | |
tree | 974aca8b1c3afb918c25b6311c77984ddca77fde /input | |
parent | 2da5a512119ca9dda3a05e1c122daea5b17f9049 (diff) |
hairpin.cc: consider suicide before drawing stencil; issue 2583
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/hairpin-barline-break.ly | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/input/regression/hairpin-barline-break.ly b/input/regression/hairpin-barline-break.ly index 4d442a3655..6381b08c08 100644 --- a/input/regression/hairpin-barline-break.ly +++ b/input/regression/hairpin-barline-break.ly @@ -1,14 +1,22 @@ \header { - texidoc = "If a hairpin ends on the first note of a new stave, we + texidoc = "If a hairpin ends on the first note of a new staff, we do not print that ending. But on the previous line, this hairpin should not be left open, and should end at the bar line. " } \version "2.14.0" +\layout { + line-width = 4.\cm +} + \relative c' { c1\> \break c1\! + \override Hairpin #'to-barline = ##f + c1\> + \break + c1\! } |