On Mon, 4 Jun 2001, Cornelius C. Noack wrote:

> Hello there!
> I am still a newbie with pmx. Can anybody help me with the following
> problem? I can't understand what's going on (although I have tried a lot
> of fiddling around the number of systems, hsize etc. to find out):
> 
> I wrote a medium sized 4-voice score (about 100 bars) with pmx.
> 
> pmxab, the first pass of TeX and musixflx run without errors; but on the
> second pass, TeX produces pretty bad underfull hboxes!
> The actual music output isn't quite bad; the main visual fault are some
> rather large extra spaces in the beginning of most (but not all!?) of
> the 20 systems, in the first bar between the clef and the first notes).
Think that any white space you enter will cause these underfull boxes.
Try:
---
%\let\husav\hu
%\let\hlsav\hl
\def\FE{\def\hl##1{\let\hu\husav\let\hl\hlsav%
        \relax{\advance\transpose2\loffset{0.5}%
         {\ibl0{##1}9}\roffset{0.5}{\tbl0}}\ha{##1}}%
        \def\hu##1{\let\hu\husav\let\hl\hlsav%
        \relax{\advance\transpose-3\loffset{0.5}%
         {\ibu0{##1}9}\roffset{0.5}{\tbu0}}\ha{##1}}}%
\def\FEE{\def\hl##1{\let\hu\husav\let\hl\hls%
         \relax{\advance\transpose2\loffset{0.5}%
          {\ibbl0{##1}9}\roffset{0.5}{\tbl0}}\ha{##1}}%
         \def\hu##1{\let\hu\husav\let\hl\hlsav%
         \relax{\advance\transpose-3\loffset{0.5}%
          {\ibbu0{##1}9}\roffset{0.5}{\tbu0}}\ha{##1}}}%
\def\Rem#1#2{\zcharnote{#1}{\it{#2}}}
---
Cheers, Christof


_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to