X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Faligning-lyrics.ly;h=e4efc493bd4dc9a27aae15012e4bb37ba86bf88e;hb=def21b306e2b8fa2d5630fab0878e9922e197f0c;hp=4f5934b012af58d7894c441f97f42f7d2a6e3c98;hpb=4c1b01719b22ed0ae8d1aa393f14d1c205c3ac88;p=lilypond.git diff --git a/input/lsr/aligning-lyrics.ly b/input/lsr/aligning-lyrics.ly index 4f5934b012..e4efc493bd 100644 --- a/input/lsr/aligning-lyrics.ly +++ b/input/lsr/aligning-lyrics.ly @@ -1,17 +1,41 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -%% Tags: text, vocal-music -\version "2.11.35" +\version "2.11.57" -\header { texidoc = " -You can specify different horizontal alignment for your lyrics, by -overriding the #'self-alignment-X property of the LyricText object. #-1 -is left, #0 is center and #1 is right; however, you can use #LEFT, -#CENTER and #RIGHT as well. -" } -% begin verbatim +\header { + lsrtags = "text, vocal-music" + + 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" + + texidoc = " +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. + +" + doctitle = "Aligning lyrics" +} % begin verbatim +\layout { ragged-right = ##f } \relative c'' { -c1 c c} -\addlyrics {\once \override LyricText #'self-alignment-X = #LEFT "This is left-aligned" -\once \override LyricText #'self-alignment-X = #CENTER "This is centered" -\once \override LyricText #'self-alignment-X = #1 "this is right-aligned" } + c1 + c1 + c1 +} +\addlyrics { + \once \override LyricText #'self-alignment-X = #LEFT + "This is left-aligned" + \once \override LyricText #'self-alignment-X = #CENTER + "This is centered" + \once \override LyricText #'self-alignment-X = #1 + "This is right-aligned" +}