[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Print ChordNames with same root and different bass as slash and bass-note ] | [ Up : Staff notation ] | [ 他のボイスを引用する > ] |
歌詞を譜の内部に表示する
歌詞の垂直方向の位置を移動し、譜の内部に表示させることができます。歌詞は
\override LyricText.extra-offset = #'(0 . dy)
で移動し、延長線やハイフンを移動する同様のコマンドも必要です。必要な移動量は試行錯誤によって決定します。
<< \new Staff << \new Voice = "voc" \relative c' { \stemDown a bes c8 b c4 } >> \new Lyrics \with { \override LyricText.extra-offset = #'(0 . 8.6) \override LyricExtender.extra-offset = #'(0 . 8.6) \override LyricHyphen.extra-offset = #'(0 . 8.6) } \lyricsto "voc" { La la -- la __ _ la } >>
[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Print ChordNames with same root and different bass as slash and bass-note ] | [ Up : Staff notation ] | [ 他のボイスを引用する > ] |