X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flyrics-alignment.ly;fp=Documentation%2Fsnippets%2Flyrics-alignment.ly;h=fc6757dc6ff03486a1e08946abc726ee91bab27f;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=bc2e4fb3a9b652191841a24a9f1d3e66438471be;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index bc2e4fb3a9..fc6757dc6f 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -4,49 +4,13 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "text, vocal-music" - -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - 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, puede 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: c1d5bb448321d688185e0c6b798575d4c325ae80 - 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" - + lsrtags = "really-simple, text, vocal-music" texidoc = " -Horizontal alignment for lyrics cam be set by overriding the +Horizontal alignment for lyrics can 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 @@ -70,4 +34,3 @@ well. \once \override LyricText #'self-alignment-X = #1 "This is right-aligned" } -