]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/lyrics-alignment.ly
Doc: update lsr snippets.
[lilypond.git] / Documentation / snippets / lyrics-alignment.ly
index 0857493c2c479645ae1cfa4fb2e1dc2bbf80048c..14e0c4e8652267aefde71fd4c29e8baa197cbff2 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.10"
 
 \header {
   lsrtags = "text, vocal-music"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f
   texidoces = "
 La alineaciĆ³n horizontal de la letra se puede ajustar sobreescribiendo
 la propiedad @code{self-alignment-X} del objeto @code{LyricText}.
@@ -21,7 +22,7 @@ Horizontal alignment for lyrics cam be set by overriding the
 @code{self-alignment-X} property of the @code{LyricText} object.
 @code{#-1} is left, @code{#0} is center and @code{#1} is right;
 however, you can use @code{#LEFT}, @code{#CENTER} and @code{#RIGHT} as
-well. 
+well.
 
 "
   doctitle = "Lyrics alignment"
@@ -37,7 +38,7 @@ well.
   \once \override LyricText #'self-alignment-X = #LEFT
   "This is left-aligned"
   \once \override LyricText #'self-alignment-X = #CENTER
-  "This is centered" 
+  "This is centered"
   \once \override LyricText #'self-alignment-X = #1
   "This is right-aligned"
 }