X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Flyrics-alignment.ly;h=9e2575277d5c6582c0d418842f1aae964487f89b;hb=8337a3e91a239dc42f9eb804cc6e22cd7f879161;hp=6d85d9eecdf3d5f8d14b4e526e2d529e3d091728;hpb=42cf5468694e6757494d4505ab9b6ea7bc591e59;p=lilypond.git diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index 6d85d9eecd..9e2575277d 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -1,22 +1,49 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.39" +\version "2.14.0" \header { lsrtags = "text, vocal-music" -%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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 +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 cam be set by overriding the @code{self-alignment-X} property of the @code{LyricText} object.