]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index 0e088db3e1c0984675f5355e5aa146f16a033cfa..f4e92a1bd6c3acd862eb956ee1227b166c0bb398 100644 (file)
@@ -1,28 +1,32 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: expressive-marks, editorial-and-educational-use
-\version "2.11.35"
-
-\header { texidoc = "
-The appearance of slurs may be changed from solid to dotted or dashed.
-
-
-" }
-
-\score{
-       \relative c'{
-               c( d e  c) |
-               \slurDotted
-               c( d e  c) |
-               \slurSolid
-               c( d e  c) |
-               \slurDashed
-               c( d e  c) |
-               \slurSolid
-               c( d e  c) |
-       }
-       \layout{ raggedright=##t }
+%% 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.53"
+
+\header {
+  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
+\relative c' {
+  c4( d e c)
+  \slurDotted
+  c4( d e c)
+  \slurSolid
+  c4( d e c)
+  \slurDashed
+  c4( d e c)
+  \slurSolid
+  c4( d e c)
 }
 
-
-
-