]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/asymmetric-slurs.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / asymmetric-slurs.ly
index 8a16d3de606fcbdbb50917076cb4ff8c7a48d2d5..2ff6e85ab8ee11224603cf655ddc810993254c34 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, tweaks-and-overrides"
@@ -24,6 +24,6 @@ slurNotes = { d,8( a' d f a f' d, a) }
   \stemDown
   \slurUp
   \slurNotes
-  \once \override Slur #'eccentricity = #3.0
+  \once \override Slur.eccentricity = #3.0
   \slurNotes
 }