]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-dashed.ly
Doc-es: various updates.
[lilypond.git] / input / regression / hairpin-dashed.ly
index ebb8a5b3ef83dc3eeba530752107fc97e0af567a..4754d34c6b58f84027ca974b7f07bb7d74347e78 100644 (file)
@@ -1,13 +1,12 @@
-\version "2.2.0"
+\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\! }     
+