]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
index 676380ef93b497b3ae5b4414fe97aabeac78a98d..07da3b072270bde71c716c4897ac0aacccac76f4 100644 (file)
@@ -1,29 +1,32 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: expressive-marks, editorial-and-educational-use
-\version "2.11.35"
+\version "2.11.62"
 
-\header { texidoc = "
-The appearance of slurs may be changed from solid to dotted or dashed.
+\header {
+  lsrtags = "expressive-marks, editorial-annotations"
 
+  texidoces = "
+Se puede cambiar el aspecto de las ligaduras de expresión de
+continuas a punteadas o intermitentes.
 
-" }
-% begin verbatim
-\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 }
-}
-
+"
+  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)
+}