]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hairpins-with-different-line-styles.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / hairpins-with-different-line-styles.ly
index 137ee3fec9541ad94bd626a8804b5690dd77571c..e77b94296c2cd20569d8a81e506a6e5474454a39 100644 (file)
@@ -1,19 +1,12 @@
-%% Do not edit this file; it is automatically
+%% 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.16"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
-  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"
-
-
-
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
   texidoc = "
@@ -24,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
@@ -39,4 +33,3 @@ dotted-line, line, trill or zigzag.
   \revert Hairpin #'style
   c2\< c\!
 }
-