]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/aligning-lyrics.ly
LSR: update.
[lilypond.git] / input / lsr / aligning-lyrics.ly
index fb675b5ff75ea3a4d36e82433c660037fa40d126..47659547c634326b5d137aae68fa242d3780a308 100644 (file)
@@ -1,25 +1,31 @@
 %% 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"
+\version "2.11.46"
 
 \header {
   lsrtags = "text, vocal-music"
 
   texidoc = "
-You can specify different horizontal alignment for your lyrics, 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;
+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
+  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"  
+  \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"
 }