]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index dd0eee12b1180300ea126a92bfcba72248eb309c..4da9c337f5bca941662df5f8709838816a1dbfca 100644 (file)
@@ -4,18 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "expressive-marks, editorial-annotations"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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.
@@ -24,6 +16,7 @@ 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
@@ -35,5 +28,3 @@ The appearance of slurs may be changed from solid to dotted or dashed.
   \slurSolid
   c4( d e c)
 }
-
-