]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-barline.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / hairpin-to-barline.ly
1 \header {
2
3   texidoc = "By setting @code{hairpinToBarline}, hairpins will stop at
4 the barline preceding the ending note."
5
6 }
7
8 \version "2.9.5"
9
10 \paper {
11   ragged-right = ##t
12 }
13
14 \relative c'' {
15   \set hairpinToBarline = ##t
16   \override Hairpin #'bound-padding = #1.0
17   c4\< c2. c4\!
18 }