X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fasymmetric-slurs.ly;h=eda9c7fb29e95d0631f4f22f68771ff5618cb7e7;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=017f04651a46ca15b48d82b7ff494c596d906428;hpb=2bf520787e5668f22dcf0d5ab3faf74693376d6a;p=lilypond.git diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index 017f04651a..eda9c7fb29 100644 --- a/Documentation/snippets/asymmetric-slurs.ly +++ b/Documentation/snippets/asymmetric-slurs.ly @@ -1,21 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.12.2" +\version "2.18.0" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - 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. @@ -30,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 } -