Previous: Automatic note splitting, Up: Alternate music entry


6.2.8 Writing music in parallel

Music for multiple parts can be interleaved

     
     \parallelMusic #'(voiceA voiceB) {
       r8     g'16[ c''] e''[ g' c'' e''] r8     g'16[ c''] e''[ g' c'' e''] |
       c'2                                c'2                                |
       r8     a'16[ d''] f''[ a' d'' f''] r8     a'16[ d''] f''[ a' d'' f''] |
       c'2                                c'2                                |
     }
     \new StaffGroup <<
       \new Staff \new Voice \voiceA
       \new Staff \new Voice \voiceB
     >>

[image of music]

This page is for LilyPond-2.8.8 (stable-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.

Other languages: English.
Using automatic language selection.