| [ << Vocal music ] | [Top][Contents] | [ Chords >> ] |
| [ < チャントまたは詩編の記譜法 ] | [ Up: Vocal music ] | [ 歌詞音節をフォーマットする > ] |
ハイフンを強制的に表示する
ハイフンを挿入するスペースが無いと LilyPond が判断した場合にはデフォルトで省略されますが、この挙動は LyricHyphen の
minimum-distance プロパティでオーバライドすることができます。
\relative c'' { c32 c c c c32 c c c c32 c c c c32 c c c } \addlyrics { syl -- lab word word \override LyricHyphen.minimum-distance = #1.0 syl -- lab word word \override LyricHyphen.minimum-distance = #2.0 syl -- lab word word \revert LyricHyphen.minimum-distance syl -- lab word word }
| [ << Vocal music ] | [Top][Contents] | [ Chords >> ] |
| [ < チャントまたは詩編の記譜法 ] | [ Up: Vocal music ] | [ 歌詞音節をフォーマットする > ] |