The \splitChord-Tag

Description:Not yet available. Right now refer to the GUIDO Music Notation of the example for comments.

[GUIDO Music Notation of example] * [Listen to it! (MIDI)]

% Release 0.8

% splitChord.gmn

% \splitChord is a new tag, that
% allows chordnotes to be distributed
% in different voices. When displaying
% the chord, all chordnotes are collected
% and share a stem.
% splitChord takes either a string or integer
% label (analogous to the \staff-Tag) to
% name the individual chord-elements.

{ [ \splitChord<"label1">( { c } ) ],
[ \staff<1> \splitChord<"label1">( { e } ) ] }