| [ << Vocal music ] | [Top][Contents] | [ Chords >> ] |
| [ < 賛美歌のテンプレート ] | [ Up: Vocal music ] | [ Marking notes of spoken parts with a cross on the stem (Sprechstimme) > ] |
歌詞の揃え位置
歌詞の水平方向の揃え位置は、LyricText オブジェクトの
self-alignment-X プロパティをオーバライドすることで設定できます。-1 が左、0 が中央、1 が右になります。#LEFT, #CENTER, #RIGHT を用いることもできます。
\layout { ragged-right = ##f } \relative 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" }
| [ << Vocal music ] | [Top][Contents] | [ Chords >> ] |
| [ < 賛美歌のテンプレート ] | [ Up: Vocal music ] | [ Marking notes of spoken parts with a cross on the stem (Sprechstimme) > ] |