]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-barline-break.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[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.12.0"
9
10 \relative c' {
11   c1\>
12   \break
13   c1\!
14 }