[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Uso del corchete recto al comienzo de un grupo de pentagramas ] | [ Up : Staff notation ] | [ Using marklines in a Frenched score > ] |
Usar cambio automático de pentagrama con más de una voz
Utilización de autoChange
con más de una voz.
\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 } >> }
[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Uso del corchete recto al comienzo de un grupo de pentagramas ] | [ Up : Staff notation ] | [ Using marklines in a Frenched score > ] |