X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fasymmetric-slurs.ly;h=2ff6e85ab8ee11224603cf655ddc810993254c34;hb=17fecdfc86780cccffdf8fb91a1394da2980860a;hp=b4d6520b5f386dc50d7f411b66ba65052de1a92e;hpb=42cf5468694e6757494d4505ab9b6ea7bc591e59;p=lilypond.git diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index b4d6520b5f..2ff6e85ab8 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 +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.13.39" +\version "2.17.6" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94 - 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. @@ -24,13 +17,13 @@ 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 } -