]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/line-arrows.ly
Doc-fr: NR-pitches: nitpicks
[lilypond.git] / Documentation / snippets / line-arrows.ly
index dc8d664d5b3359f743acd17010d243556411754d..b2ed665299b5ae1246d083bf561ee6f7ded3d473 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.12.2"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
   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
 }