]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-barline-break.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / hairpin-barline-break.ly
1 \header {
2
3   texidoc ="If a hairpin ends on the first note of a new stave, we
4 don't print that ending.  But on the previous line, this hairpin
5 should not be left open, and should end at the barline. "
6 }
7
8 \version "2.10.0"
9 \layout { ragged-right = ##t }
10 \relative c' {
11   \set hairpinToBarline = ##t
12   c1\>
13   \break
14   c1\!
15 }