> Date: Wed, 10 Mar 1999 09:03:55 +0100
> From: Thorsten Ehm <[EMAIL PROTECTED]>

> I've found most of the solutions by testing.

Fine.

> The multiline volta doesn't work, but I've found this workaround:
> 
> Set Volta 1 till lineend.              |----------------------------
>                                        | 1. 
> At the next line set a volta |-----------------|---------------
> with V.. and V2              | ...             | 2.
> 
> Doesn't look so bad :-)

If you want to get rid of "..." you may modify MusiXTeX's \def\voltadot{.}
temporarily by \def\voltadot{} and possibly using V~ instead of V..

To get rid of the volta beginning isn't such easy, but should be
possible by temporarily redefining \gen@volta so that it set
\ov@sv to @ne istead of \empty ????

Ok, here it is as MusiXTeX:

\startmuflex\nobarnumbers\nostartrule
\def\N{\Notes\qu{cccc}\en}
\startpiece\addspace\afterruleskip\N
\Setvolta1\bar\N\bar\N\bar\N\endvoltabox
\Setvolta2\bar\N\bar\N\endvolta
\makeatletter
\let\gen@setvoltasav\gen@setvolta
\def\gen@setvolta#1{\let\gen@setvolta\gen@setvoltasav\gen@setvolta{#1}\let\ov@sw\@ne}%
\makeatother
\Setvolta~\alaligne\def\voltadot{}\N\bar\N\endvoltabox
\bar\N\bar\N\bar\N\bar\N\endpiece
\endmuflex\end

Does not work with automatic line breaking, only with explicit line breaking.
An automatic solution should be possible with a modified version of "\octline".


-- Werner

Reply via email to