X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flyrics-alignment.ly;h=14e0c4e8652267aefde71fd4c29e8baa197cbff2;hb=fc41f2bfb467341ad67a6910078fc6cdb2fccd52;hp=0857493c2c479645ae1cfa4fb2e1dc2bbf80048c;hpb=794dcbdb52faf4292036cd1b0270a956cf4316a3;p=lilypond.git diff --git a/Documentation/snippets/lyrics-alignment.ly b/Documentation/snippets/lyrics-alignment.ly index 0857493c2c..14e0c4e865 100644 --- a/Documentation/snippets/lyrics-alignment.ly +++ b/Documentation/snippets/lyrics-alignment.ly @@ -1,11 +1,12 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.1" +\version "2.13.10" \header { lsrtags = "text, vocal-music" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f texidoces = " La alineación horizontal de la letra se puede ajustar sobreescribiendo la propiedad @code{self-alignment-X} del objeto @code{LyricText}. @@ -21,7 +22,7 @@ Horizontal alignment for lyrics cam 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 -well. +well. " doctitle = "Lyrics alignment" @@ -37,7 +38,7 @@ well. \once \override LyricText #'self-alignment-X = #LEFT "This is left-aligned" \once \override LyricText #'self-alignment-X = #CENTER - "This is centered" + "This is centered" \once \override LyricText #'self-alignment-X = #1 "This is right-aligned" }