]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index c1cb50db1814ce7fa032a0e9eb15a7f8d87aa065..4da9c337f5bca941662df5f8709838816a1dbfca 100644 (file)
@@ -1,25 +1,22 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.13.1"
+\version "2.16.0"
 
 \header {
-  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"
+  lsrtags = "connecting-notes, editorial-annotations, expressive-marks, really-simple"
 
   texidoc = "
-The appearance of slurs may be changed from solid to dotted or dashed. 
+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
@@ -31,5 +28,3 @@ The appearance of slurs may be changed from solid to dotted or dashed.
   \slurSolid
   c4( d e c)
 }
-
-