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

% \autoBreak-Tag is added.
%
% the \autoBreak tag can be used to switch of
% automatic system- and/or page-breaks.
% Dependant on the parameters, the NotationRenderer will
% not try to automatically find suitable breakpoints but
% will only break at locations specified by the user.
%
{ [ % this turns automatic breaking of systems and pages off:
\autoBreak<system="off",page="off">
\meter<"4/4"> \tempo<"This is a crowded line!",dy=4hs>
c d e f g/2 g a/4 a a a g/1 a/4 a a a g/1 f/4 f f f e/2 e g/4 g g g c/1 \newSystem
\autoBreak<system="on"> \tempo<"This line has autoBreaks on",dy=4hs>
c/4 d e f g/2 g a/4 a a a g/1 a/4 a a a g/1 f/4 f f f e/2 e g/4 g g g c/1
] }