]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-dashed.ly
* input/regression/accidental-octave.ly (texidoc): shorten.
[lilypond.git] / input / regression / hairpin-dashed.ly
1 \version  "1.9.8"
2
3 \header {
4 texidoc ="Hairpin crescendi may be dashed. "
5
6 }
7
8 \score {
9     \notes \relative c' {
10         \property Voice.Hairpin \set #'dash-fraction = #0.4
11         \property Voice.Hairpin \set #'dash-period = #1
12         f2\< g c1 d4\> b a gis\! }     
13     }