[ << Keyboards ] | [Top][Contents] | [ Percussion >> ] |
[ < ピアノ曲の先頭にあるブレースを削除する ] | [ Up : Keyboards ] | [ 自動ピアノ伴奏譜を持つ合唱譜 > ] |
autoChange を 2 つ以上のボイスで使用する
autoChange
は 2 つ以上のボイスで使用することができます。
\score { \new PianoStaff << \new Staff = "up" { << \set Timing.beamExceptions = #'() \set Timing.beatStructure = #'(4) \new Voice { \voiceOne \autoChange \relative c' { g8 a b c d e f g g,8 a b c d e f g } } \new Voice { \voiceTwo \autoChange \relative c' { g8 a b c d e f g g,,8 a b c d e f g } } >> } \new Staff = "down" { \clef bass } >> }
[ << Keyboards ] | [Top][Contents] | [ Percussion >> ] |
[ < ピアノ曲の先頭にあるブレースを削除する ] | [ Up : Keyboards ] | [ 自動ピアノ伴奏譜を持つ合唱譜 > ] |