Lyrics alignment: Difference between revisions
No edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Horizontal alignment for lyrics can be set by overriding the <code>self-alignment-X</code> property of the <code>LyricText</code> object. | Horizontal alignment for lyrics can be set by overriding the <code>self-alignment-X</code> property of the <code>LyricText</code> object. Value -1 means left-aligned, 0 centered, and 1 right-aligned. Alternatively, you can use the Scheme values <code>LEFT</code>, <code>CENTER</code>, and <code>RIGHT</code> instead of numbers. | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
\layout { ragged-right = ##f } | \layout { | ||
ragged-right = ##f | |||
} | |||
\relative c'' { | \relative c'' { | ||
| Line 19: | Line 21: | ||
</lilypond> | </lilypond> | ||
[[Category:Really simple]] | |||
[[Category:Text]] | |||
[[Category:Vocal music]] | [[Category:Vocal music]] | ||
[[Category:Included in the official documentation]] | |||
[[Category:Snippet]] | |||
[[Category:Included in the official documentation]][[Category:Snippet]] | |||