I have a very basic MusixTeX problem. I've reduced my original score to the essential code giving me such a problem:
Code: Select all
\input musixtex
\instrumentnumber{1}
\setstaffs1{1}
\generalsignature{2}
\generalmeter{\meterfrac44}
\startmuflex
\nostartrule\startpiece
\NOtes \qu{h} \en
\endpiece
\endmuflex
\bye
I've got this problem on a manually installed MusixTeX with the MusixTeX fonts also installed manually straight from the Werner Icking site; then I have completelly removed my MikTeX distribution and went througha fresh installation and automatic installation of all the MusixTeX stuff and I have the same problem.
The only thing I was able to discover is that if I change the
\startpiece
to \startextract
and \endpiece
to \endextract
(i.e. if I typeset an extract rather then a whole piece) that then all is typeset correctly, also in my original score. However, extract doesn't support breaking staffs : regardless of linebreak commands it sets the entire score in one single line, which is obviously not very useful as it exceeds the page. Changing it to \startpiece
blows up the notes all over the page. Any ideas what's wrong?Ian