]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/line-arrows.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / line-arrows.ly
index 9b5ce1e8d460a2ccc713899e4764427b4eda5f10..1e594b6d5601a81366af94cba739951b4741a159 100644 (file)
@@ -1,12 +1,12 @@
 %% 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.4"
+\version "2.13.29"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
   texidoces = "
 Se pueden aplicar puntas de flecha a los elementos de extensión de
 texto y de línea (como el Glissando).
@@ -32,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
 }