[ << Keyboards ] | [Top][Contents] | [ Percussion >> ] |
[ < Removing brace on first line of piano score ] | [ Up : Keyboards ] | [ Vocal ensemble template with automatic piano reduction > ] |
Using autochange with more than one voice
Using autochange
with more than one voice.
\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 >> ] |
[ < Removing brace on first line of piano score ] | [ Up : Keyboards ] | [ Vocal ensemble template with automatic piano reduction > ] |