]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/line-arrows.ly
Midi2ly: key parsing fixlet for new voice<->track mapping.
[lilypond.git] / Documentation / snippets / line-arrows.ly
index dc8d664d5b3359f743acd17010d243556411754d..094b9b7d96cd755d6ab0e0d3a507a4b2dfd342cf 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.12.2"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
   texidoces = "
 Se pueden aplicar puntas de flecha a los elementos de extensión de
 texto y de línea (como el Glissando).
@@ -31,11 +35,11 @@ Glissando).
 
   \override TextSpanner #'(bound-details right stencil-align-dir-y) = #CENTER
   \override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER
-  
+
   \override Glissando #'(bound-details right arrow) = ##t
   \override Glissando #'arrow-length = #0.5
   \override Glissando #'arrow-width = #0.25
-  
+
   a8\startTextSpan gis a4 b\glissando b,
   g'4 c\stopTextSpan c2
 }