]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/line-arrows.ly
Doc: LSR update.
[lilypond.git] / Documentation / snippets / line-arrows.ly
index dc8d664d5b3359f743acd17010d243556411754d..ac825c60d0c30e206e6388edc8434958d68c50ac 100644 (file)
@@ -1,11 +1,12 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.16"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
   texidoces = "
 Se pueden aplicar puntas de flecha a los elementos de extensión de
 texto y de línea (como el Glissando).
@@ -31,11 +32,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
 }