]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/vocal/aligning-lyrics.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / vocal / aligning-lyrics.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 You can specify different horizontal alignment for your lyrics, by
6 overriding the #'self-alignment-X property of the LyricText object. #-1
7 is left, #0 is center and #1 is right; however, you can use #LEFT,
8 #CENTER and #RIGHT as well.
9 " }
10
11 \relative c'' {
12 c1 c c}
13 \addlyrics {\once \override LyricText #'self-alignment-X = #LEFT "This is left-aligned" 
14 \once \override LyricText #'self-alignment-X = #CENTER "This is centered" 
15 \once \override LyricText #'self-alignment-X = #1 "this is right-aligned"  }