]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/phrasing-slur-dash.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / phrasing-slur-dash.ly
index 6fad54b21e7b2305b58668b8f0f12be5c35e1d35..fc8e69a7e32a5246df1f0a0d1a950645b03e66a7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.65"
+\version "2.17.6"
 \header { texidoc = "
 The appearance of phrasing slurs may be changed from solid to dotted or dashed.
 "
@@ -10,8 +10,15 @@ The appearance of phrasing slurs may be changed from solid to dotted or dashed.
   c\( d e  c\) |
   \phrasingSlurDashed
   c\( d e  c\) |
-  \override PhrasingSlur #'dash-period = #2.0
-  \override PhrasingSlur #'dash-fraction = #0.4
+  \phrasingSlurHalfDashed
+  c\( d e  c\) |
+  \phrasingSlurHalfSolid
+  c\( d e  c\) |
+  \phrasingSlurDashPattern #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\) |
   \phrasingSlurSolid
   c\( d e  c\) |