]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-dashed.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / hairpin-dashed.ly
index 93637cb63bb78bfe86479af40b17f476af5c2d53..4754d34c6b58f84027ca974b7f07bb7d74347e78 100644 (file)
@@ -1,13 +1,12 @@
-\version "2.1.28"
+\version "2.19.21"
 
 \header {
-texidoc ="Hairpin crescendi may be dashed. "
+  texidoc ="Hairpin crescendi may be dashed. "
 
 }
 
-\score {
-    \notes \relative c' {
-       \override Hairpin  #'dash-fraction = #0.4
-       \override Hairpin  #'dash-period = #1
-       f2\< g c1 d4\> b a gis\! }     
-    }
+
+\relative {
+  \override Hairpin.style = #'dashed-line
+  f'2\< g c1 d4\> b a gis\! }     
+