X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly;h=45e60243b2de7dce91d166caddb93dfe41449f9e;hb=4e9fd2773a496f31bf6f3a2c1a900fbc4d647487;hp=437648c4b9ec23bfa5070646c3b4a7ce19277bc2;hpb=9fe18536fe333c167fe1bd87f76a30b20f603dd0;p=lilypond.git diff --git a/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly b/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly index 437648c4b9..45e60243b2 100644 --- a/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly +++ b/Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly @@ -1,30 +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 { -%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a - texidocfr = " -Une liaison d'articulation peut se présenter sous la forme d'un trait -continu ou discontinu, voire en pointillé. - -" - doctitlefr = "Modification de l'aspect des liaisons d'articulation" - - lsrtags = "editorial-annotations, really-simple, connecting-notes, expressive-marks" - - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Se puede cambiar el aspecto de las ligaduras de expresión de -continuas a punteadas o intermitentes. - -" - doctitlees = "Modificar el aspecto continuo de una ligadura de expresión a punteado o intermitente" + lsrtags = "connecting-notes, editorial-annotations, expressive-marks, really-simple" texidoc = " The appearance of slurs may be changed from solid to dotted or dashed. @@ -33,7 +16,6 @@ The appearance of slurs may be changed from solid to dotted or dashed. doctitle = "Changing the appearance of a slur from solid to dotted or dashed" } % begin verbatim - \relative c' { c4( d e c) \slurDotted @@ -45,5 +27,3 @@ The appearance of slurs may be changed from solid to dotted or dashed. \slurSolid c4( d e c) } - -