[ << Pitches ] | [Top][Contents] | [ Rhythms >> ] |
[ < Affinage des propriétés d’une clef ] | [ Up : Pitches ] | [ Rhythms > ] |
Utilisation d’autoChange
avec plus d’une voix
L’instruction \autoChange
est opérationnelle y compris en
présence de voix multiples.
\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 } >> }
[ << Pitches ] | [Top][Contents] | [ Rhythms >> ] |
[ < Affinage des propriétés d’une clef ] | [ Up : Pitches ] | [ Rhythms > ] |