X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fasymmetric-slurs.ly;h=eda9c7fb29e95d0631f4f22f68771ff5618cb7e7;hb=4d8ae12d918b0183f85c3b1dc93f65c7711104a3;hp=49adb59f2766365901bd3e2eee2b77ec7b7500d8;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index 49adb59f27..eda9c7fb29 100644 --- a/Documentation/snippets/asymmetric-slurs.ly +++ b/Documentation/snippets/asymmetric-slurs.ly @@ -1,24 +1,14 @@ %% 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.0" +\version "2.18.0" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d - 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" - - - texidoc = " Slurs can be made asymmetric to match an asymmetric pattern of notes better. @@ -33,7 +23,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 } -