X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fasymmetric-slurs.ly;h=eda9c7fb29e95d0631f4f22f68771ff5618cb7e7;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=5a8283a73c047a7b6ffac587e9f5840da5165d30;hpb=58933e3e40e9cfbdc70b846bc808c723e053f7b3;p=lilypond.git diff --git a/Documentation/snippets/asymmetric-slurs.ly b/Documentation/snippets/asymmetric-slurs.ly index 5a8283a73c..eda9c7fb29 100644 --- a/Documentation/snippets/asymmetric-slurs.ly +++ b/Documentation/snippets/asymmetric-slurs.ly @@ -1,32 +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.2" +\version "2.18.0" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% 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" - - - -%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 - texidocfr = " -Une liaison peut adopter une courbe asymétrique afin de s'adapter au -mieux à la ligne mélodique. - -" - doctitlefr = "Liaison asymétrique" - texidoc = " Slurs can be made asymmetric to match an asymmetric pattern of notes better. @@ -35,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 } -