]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-dashed.ly
Doc-es: various updates.
[lilypond.git] / input / regression / hairpin-dashed.ly
index d305f49c16b5092e7b754a3ca65a2c1c7d24083e..4754d34c6b58f84027ca974b7f07bb7d74347e78 100644 (file)
@@ -1,7 +1,12 @@
+\version "2.19.21"
+
+\header {
+  texidoc ="Hairpin crescendi may be dashed. "
+
+}
+
+
+\relative {
+  \override Hairpin.style = #'dashed-line
+  f'2\< g c1 d4\> b a gis\! }     
 
-\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\! }     
-    }