]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-slurs-with-complex-dash-structure.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / making-slurs-with-complex-dash-structure.ly
index 4fda57bcfeb84de0ef50d9749a650b67ad237c7f..92a2d97c1f56271930a5d3600cfc9dc5785a1302 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \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)