> I'm looking for a general way in MusiXTeX to force equal
> spacing between the bottom line of each system and the top
> line of the next. The example PMX below shows how to do it
> as long as there is plenty of vertical space. But for vertically
> crowded pages I would like to force the lowest item in one system
> to go below the highest one in the next. In other words, in the
> example I'd like to force MusiXTeX to let the bottom of the p's
> be below the top of the bar number box in the following line.
> TeX is obviously drawing a rectangle around EVERYTHING associated
> with each system, then stacking them up, either with or without
> extra equal vertical spaces depending on whether there is a \vfill
> or not. What I'd like to have is a way to get TeX to ignore
> certain things (in this case the dynamic mark) when it constructs
> these boxes. I think what I'm asking for is a vertical analog
> of \rlap.
It should not be very hard to find the point where the box containing
the whole system is completed. And it should be much easier to put at
this point something like \dp\systembox=0 and \ht\systembox="height of
the system". This _should_ do the thing. However, some vertical space
will be necessary afterwards.
Regards,
Stanislav Kneifl.