]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-dashed.ly
Remove warning when there are no noteheads to attach lyrics to.
[lilypond.git] / input / regression / hairpin-dashed.ly
index ec5062115a07520a58201c65507f63dc384cd09f..8e860fa22ac4c1d075dbf7fd435ed5fb94ce428b 100644 (file)
@@ -1,13 +1,12 @@
-\version  "1.9.8"
+\version "2.17.6"
 
 \header {
-texidoc ="Hairpin crescendi may be dashed. "
+  texidoc ="Hairpin crescendi may be dashed. "
 
 }
 
-\score {
-    \notes \relative c' {
-       \property Voice.Hairpin \set #'dash-fraction = #0.4
-       \property Voice.Hairpin \set #'dash-period = #1
-       f2\< g c1 d4\> b a gis\! }     
-    }
+
+\relative c' {
+  \override Hairpin.style = #'dashed-line
+  f2\< g c1 d4\> b a gis\! }     
+