]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-dashed.ly
Merge branch 'dev/mf2pt1-build' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / regression / hairpin-dashed.ly
1 \version "2.11.35"
2
3 \header {
4   texidoc ="Hairpin crescendi may be dashed. "
5
6 }
7
8
9 \relative c' {
10   \override Hairpin  #'style = #'dashed-line
11   f2\< g c1 d4\> b a gis\! }     
12