]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hairpin-dashed.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / hairpin-dashed.ly
index a75b498505c3a52afb9a1cee915d6beeecffaea9..d05a85bfbe695d0b306baf668116ccf2529b947b 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.1.26"
+\version "2.10.0"
 
 \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 c' {
+  \override Hairpin  #'dash-fraction = #0.4
+  \override Hairpin  #'dash-period = #1
+  f2\< g c1 d4\> b a gis\! }     
+