X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flyrics-alignment.ly;h=4a2465a4f5cce883b83b38aa01a22914f8387910;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=1feb27139cbb09605ca83c457eff7751ab279202;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index 1feb27139c..4a2465a4f5 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -1,24 +1,16 @@ -%% 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.12.2" +\version "2.14.2" \header { - lsrtags = "text, vocal-music" - -%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 - 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" + 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 @@ -42,4 +34,3 @@ well. \once \override LyricText #'self-alignment-X = #1 "This is right-aligned" } -