>|> I don't understand why you want "full-height
 >|> bar lines" or even what that means when the relevant staff
 >|> has zero height.
 >|
 >|I mean this: last year I wrote an extract and I got this result:
 >|
 >|The same code renders now like this:
 >|
 >|I've lost the start rule, the bar line and the end bar. That's the
 >|problem.

Thanks. I've found the bug, introduced in musixtex 1.23. To
correct it, you may replace

  \def\C@Inter{%  RDT: corrected to work if \nblines > 6   (version 1.23)
    \stem@skip\interportee
    \ifnum\nblines=\thr@@
      \advance\stem@skip-\@ight\internote
    \else
      \advance\stem@skip-\nblines\internote
      \advance\stem@skip-\nblines\internote
      \advance\stem@skip\tw@\internote
    \fi}

by

  \def\C@Inter{%  RDT: corrected to work if \nblines > 6   (version 1.23)
               %  RDT: corrected for \nblines < 4          (version 1.28)
    \stem@skip\interportee
    \ifnum\nblines<\f@ur
      \advance\stem@skip-\@ight\internote
    \else
      \advance\stem@skip-\nblines\internote
      \advance\stem@skip-\nblines\internote
      \advance\stem@skip\tw@\internote
    \fi}

or add the latter to your preambles, bracketed by

\makeatletter
 :
\makeatother

after inputing musixtex.tex, or use musixtex128beta.tex now
at WIMA.

Thanks for the report.  In the future please send
a MWE (minimal working example) in addition to
images.

Bob T.

-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music

Reply via email to