> I rewrote a song where are a lof of pauses. Everything worked Ok until
> I wanted them in the center of bars. I used example of it in
> documentation: \def\atnextbar{\znotes\centerpause\en} But it looks
> musixflx has a problem with it, because when it create any.mx2 notes
> are off stave.
First of all, you should try yourself to isolate the problem a bit more.
Is it really necessary to post more than 400 lines of source code to the
mailing list?
The problem is here:
\def\atnextbar{\znotes\centerpause\en}
\bar % 7 ^^^
musixTeX interprets this open line end as a blank character which adds
superfluent space to the music. Whenever you get music extending the line
you should first look for these sort of things :-)
Bernhard