X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fchanging-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly;h=c1cb50db1814ce7fa032a0e9eb15a7f8d87aa065;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=5ba1747bd4c8f23789b737a4552c3fbc139e7020;hpb=84dfa31321b6f0c3224ed8c586b64ec97e88402f;p=lilypond.git diff --git a/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly b/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly index 5ba1747bd4..c1cb50db18 100644 --- a/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly +++ b/input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly @@ -1,28 +1,35 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.13.1" \header { - lsrtags = "expressive-marks, editorial-and-educational-use" - texidoc = " -The appearance of slurs may be changed from solid to dotted or dashed. + lsrtags = "expressive-marks, editorial-annotations" +%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a + 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" + + texidoc = " +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 -" } -% begin verbatim \relative c' { - c( d e c) | + c4( d e c) \slurDotted - c( d e c) | + c4( d e c) \slurSolid - c( d e c) | + c4( d e c) \slurDashed - c( d e c) | + c4( d e c) \slurSolid - c( d e c) | + c4( d e c) } - - -