]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-barline-break.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / hairpin-barline-break.ly
1 \header {
2
3   texidoc = "If a hairpin ends on the first note of a new staff, 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.16.0"
9
10 \layout {
11   line-width = 4.\cm
12 }
13
14 \relative c' {
15   c1\>
16   \break
17   c1\!
18   \override Hairpin #'to-barline = ##f
19   c1\>
20   \break
21   c1\!
22 }