]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hairpins-with-different-line-styles.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / hairpins-with-different-line-styles.ly
index bd8fb5d90e076138ab4f8139f6fa87653ea324e2..e77b94296c2cd20569d8a81e506a6e5474454a39 100644 (file)
@@ -4,21 +4,11 @@
 %% 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, tweaks-and-overrides"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Los reguladores pueden imprimirse en uno cualquiera de los estilos de
-@code{line-interface}: discontinuo, punteado, línea, trino o zig-zag.
-
-"
-  doctitlees = "Reguladores con distintos estilos de línea"
-
-
-
   texidoc = "
 Hairpins can take any style from @code{line-interface} - dashed-line,
 dotted-line, line, trill or zigzag.
@@ -27,6 +17,7 @@ dotted-line, line, trill or zigzag.
   doctitle = "Hairpins with different line styles"
 } % begin verbatim
 
+
 \relative c' {
   c2\< c\!
   \override Hairpin #'style = #'dashed-line
@@ -42,4 +33,3 @@ dotted-line, line, trill or zigzag.
   \revert Hairpin #'style
   c2\< c\!
 }
-