]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/asymmetric-slurs.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / asymmetric-slurs.ly
index 3204c25522b0cdea5c5cbd1c722fa5ac496949af..2ff6e85ab8ee11224603cf655ddc810993254c34 100644 (file)
@@ -4,20 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-  lsrtags = "tweaks-and-overrides, expressive-marks"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-Se puede hacer que una ligadura de expresión sea asimétrica para
-adaptarse mejor a un patrón asimétrico de notas.
-
-"
-  doctitlees = "Ligaduras asimétricas"
-
-
+  lsrtags = "expressive-marks, tweaks-and-overrides"
 
   texidoc = "
 Slurs can be made asymmetric to match an asymmetric pattern of notes
@@ -34,7 +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
 }
-