X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flyrics-alignment.ly;h=c23de561f13a7d0cf8a29bd593fb05e47fc8c72d;hb=f3a35eaef2b78440cdb150d36d8ff6d93e9c8d46;hp=8371e7411182ce7ca1c816d3b66f6ce2dd6544e5;hpb=0c34fe54a73dec156d4ed33a47647388588385df;p=lilypond.git diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index 8371e74111..c23de561f1 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -1,12 +1,15 @@ -%% 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.16" +\version "2.12.2" \header { lsrtags = "text, vocal-music" -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d +%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d texidoces = " La alineación horizontal de la letra se puede ajustar sobreescribiendo la propiedad @code{self-alignment-X} del objeto @code{LyricText}. @@ -17,6 +20,31 @@ sin embargo, puede usar también @code{#LEFT}, @code{#CENTER} y " 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" + + texidoc = " Horizontal alignment for lyrics cam be set by overriding the @code{self-alignment-X} property of the @code{LyricText} object.