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=99f64e2d33c635da7b3bf845b0ae7faf2dabfd45;hb=3590aec4a7475d8840383e9c8ab285f92fb808b8;hp=5ba1747bd4c8f23789b737a4552c3fbc139e7020;hpb=352ff7859afe4aac78d964be469b9b3ce9f5d851;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..99f64e2d33 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,33 @@ %% 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.12.0" \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" + 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) } - - - -