diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
commit | f22c889b1389cb7d761580762fe77973780f2f86 (patch) | |
tree | d325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/lyrics-alignment.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/lyrics-alignment.ly')
-rw-r--r-- | Documentation/snippets/lyrics-alignment.ly | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index 98314068d0..4a2465a4f5 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -9,41 +9,6 @@ \header { lsrtags = "really-simple, text, vocal-music" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -La alineación horizontal de la letra se puede ajustar sobreescribiendo -la propiedad @code{self-alignment-X} del objeto @code{LyricText}. -@code{#-1} es izquierda, @code{#0} es centrado y @code{#1} es derecha; -sin embargo, podemos usar también @code{#LEFT}, @code{#CENTER} y -@code{#RIGHT}. - -" - doctitlees = "Alineación de la letra" - -%% Translation of GIT committish: 27b1197f3bae8512c14d946752cd3e40e7c76016 - - texidocde = " -Die horizontale Ausrichtung von Gesangstext kann eingestellt werden, indem -man die @code{self-alignment-X}-Eigenschaft des @code{LyricText}-Objekts -verändert. @code{#-1} bedeutet links, @code{#0} bedeutet mittig und @code{#1} -bedeutet rechts, man kann aber genauso gut auch @code{#LEFT}, @code{#CENTER} -und @code{#RIGHT} benutzen. - -" - doctitlede = "Ausrichtung von Gesangstext" - - -%% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c - texidocfr = " -L'alignement horizontal des paroles peut se gérer à l'aide de la -propriété @code{self-alignment-X} de l'objet @code{LyricText}. -Les valeurs @code{-1} ou @code{LEFT} produiront un alignement par la -gauche, les valeurs @code{0} ou @code{CENTER} un alignement centré, et -les valeurs @code{1} ou @code{RIGHT} un alignement par la droite. - -" - doctitlefr = "Alignement des syllabes" - texidoc = " Horizontal alignment for lyrics can be set by overriding the @code{self-alignment-X} property of the @code{LyricText} object. @@ -69,4 +34,3 @@ well. \once \override LyricText #'self-alignment-X = #1 "This is right-aligned" } - |