]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-barline-break.ly
4d442a3655083f62ca6d9a13e211629aee64bf2a
[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 do not print that ending.  But on the previous line, this hairpin
5 should not be left open, and should end at the bar line. "
6 }
7
8 \version "2.14.0"
9
10 \relative c' {
11   c1\>
12   \break
13   c1\!
14 }