]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-dashed.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / hairpin-dashed.ly
1 \version "2.1.26"
2
3 \header {
4 texidoc ="Hairpin crescendi may be dashed. "
5
6 }
7
8 \score {
9     \notes \relative c' {
10         \override Hairpin  #'dash-fraction = #0.4
11         \override Hairpin  #'dash-period = #1
12         f2\< g c1 d4\> b a gis\! }     
13     }