[ << Simultaneous notes ] | [Top][Contents] | [ Staff notation >> ] |
[ < 2 つのパートを 1 つの譜にまとめる ] | [ Up : Simultaneous notes ] | [ 音符の水平位置を強制的に調整する > ] |
複雑な和音を表示する
同じ位置にあり臨時記号が異なる音符を含む和音を表示する方法です。
fixA = { \once \override Stem.length = #11 } fixB = { \once \override NoteHead.X-offset = #1.7 \once \override Stem.length = #7 \once \override Stem.rotation = #'(45 0 0) \once \override Stem.extra-offset = #'(-0.1 . -0.2) \once \override Flag.style = #'no-flag \once \override Accidental.extra-offset = #'(4 . -.1) } \relative c' { << { \fixA <b d!>8 } \\ { \voiceThree \fixB dis } >> s }
[ << Simultaneous notes ] | [Top][Contents] | [ Staff notation >> ] |
[ < 2 つのパートを 1 つの譜にまとめる ] | [ Up : Simultaneous notes ] | [ 音符の水平位置を強制的に調整する > ] |