]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-slurs-with-complex-dash-structure.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / making-slurs-with-complex-dash-structure.ly
index 4fda57bcfeb84de0ef50d9749a650b67ad237c7f..b4d11b13d7fdd5c8eb2c6ff1f9df4be7fb6c8b96 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks, rhythms"
@@ -29,12 +29,12 @@ staff spaces.  @code{dash-fraction} is set to 1 for a solid slur.
 
 \relative c' {
   \once \override
-    Slur #'dash-definition = #'((0 0.3 0.1 0.75)
+    Slur.dash-definition = #'((0 0.3 0.1 0.75)
                                 (0.3 0.6 1 1)
                                 (0.65 1.0 0.4 0.75))
   c4( d e f)
   \once \override
-    Slur #'dash-definition = #'((0 0.25 1 1)
+    Slur.dash-definition = #'((0 0.25 1 1)
                                 (0.3 0.7 0.4 0.75)
                                 (0.75 1.0 1 1))
   c4( d e f)