| [ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
| [ < Controlling the appearance of tremolo slashes ] | [ Up: Repeats ] | [ Engraving tremolos with floating beams > ] |
Cross-staff tremolos
Since \repeat tremolo expects exactly two musical arguments for
chord tremolos, the note or chord which changes staff within a
cross-staff tremolo should be placed inside curly braces together with
its \change Staff command.
\new PianoStaff << \new Staff = "up" \relative c'' { \key a \major \time 3/8 s4. } \new Staff = "down" \relative c'' { \key a \major \time 3/8 \voiceOne \repeat tremolo 6 { <a e'>32 { \change Staff = "up" \voiceTwo <cis a' dis>32 } } } >>
| [ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
| [ < Controlling the appearance of tremolo slashes ] | [ Up: Repeats ] | [ Engraving tremolos with floating beams > ] |