]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-dash.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / slur-dash.ly
index cd80e244b85e89565eee59a317893b10bfd78e1e..c133568989d3186d488df7572eefb6f251807427 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.14.0"
 \header {texidoc = "@cindex Slur, dotted, dashed
 The appearance of slurs may be changed from solid to dotted or dashed.
 "
@@ -7,16 +7,23 @@ The appearance of slurs may be changed from solid to dotted or dashed.
 
 
 \relative c'{
-  c( d e  c) |
+  c( d e c) |
   \slurDotted
-  c( d e  c) |
+  c( d e c) |
   \slurDashed
-  c( d e  c) |
-  \override Slur #'dash-period = #2.0
-  \override Slur #'dash-fraction = #0.4
-  c( d e  c) |
+  c( d e c) |
+  \slurHalfDashed
+  c( d e c) |
+  \slurHalfSolid
+  c( d e c) |
+  \slurDashPattern #0.4 #2.0
+  c( d e c) |
+  \once \override Slur #'dash-definition = #'((0 0.25 1 1)
+                                              (0.3 0.7 0.4 0.75)
+                                              (0.75 1.0 1.0 1.0))
+  c( d e c) |
   \slurSolid
-  c( d e  c) |
+  c( d e c) |
 }