% 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 } ) ] }