]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hairpins-with-different-line-styles.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / hairpins-with-different-line-styles.ly
index 4a078486147a10ed79954b060e4f7e56a15b7c6e..9868116e1b7b48345d559df9d4f0ff363772c16d 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.14.2"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  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\!
 }
-