The \beam-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)]

% beam.gmn
%
% New Feature in GuidoNotationRenderer 0.5:
%
% * beams can be specified exactly (slope, size of beam, etc.)
% * autobeams do better beam-subgrouping
% * beams can have color
% * Chords can be beamed just as notes
%
% Still to do in future versions:
%
% * Slope and stem-offset is often not done correctly
% * Beaming of rests is not yet done correctly

[ \beam( c/8 d/16 e ) |
\stemsAuto \beam( c2/8 h1/16 a c2/8) |
\beam( { c1/8,e} { f,a } ) |
\beam<dy2=2.5hs,dy4=1hs>(
\stemsUp<10hs> c/8 \stemsUp d e f )
]