]> 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..eda9c7fb29e95d0631f4f22f68771ff5618cb7e7 100644 (file)
@@ -1,23 +1,13 @@
 %% 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.14.2"
+\version "2.18.0"
 
 \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
@@ -27,14 +17,12 @@ better.
   doctitle = "Asymmetric slurs"
 } % begin verbatim
 
-
 slurNotes = { d,8( a' d f a f' d, a) }
 
 \relative c' {
   \stemDown
   \slurUp
   \slurNotes
-  \once \override Slur #'eccentricity = #3.0
+  \once \override Slur.eccentricity = #3.0
   \slurNotes
 }
-