]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-lyrics.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / aligning-lyrics.ly
index 43241a4f0149f501d17229769f5a4e3842407fbf..fcd55166d1575adf07a39d431647d585b3b67a8a 100644 (file)
@@ -1,16 +1,22 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: text, vocal-music
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "text, vocal-music"
+ 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.
+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. 
 " }
 % begin verbatim
 \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 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"  
+}