]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-barline.ly
2bc3a9bec80b4c4d7dd56acf6295a344dea15a15
[lilypond.git] / input / regression / hairpin-to-barline.ly
1 \header {
2
3   texidoc = "Hairpins whose end note is preceded by a bar line
4 should end at that bar line. "
5
6 }
7
8 \version "2.16.0"
9
10 \relative c'' {
11   \override Hairpin #'bound-padding = #1.0
12   c4\< c2. c4\!
13 }