Hello Anna,
As Cornelius says, I also encourage you to use PMX for usual
music typesetting.
PMX has built-in facilities for title, author, and so on.
But I suppose you have started writing the score; maybe you need
some makeshift solution.
> Sorry for disturbing you with such problems, but I write usually the
> title, composer with the musixsty.tex. Should I remove \number or
> \pageno? I doesn't have any effect (an error appears).
Well, I have never used musixsty.tex. so followings are just my guess.
The error message is "! Missing number, treated as zero.", isn't it?
This question is about plain TeX's syntax, not MusiXTeX.
* \number: expand following \count (or equivalent) to a string of digits.
* \pageno: defined in plain.tex; another expression of \count0.
(\countdef\pageno=0) \count0 holds the absolute page number.
So in this case you should remove "\number\pageno" together from your
copy of the definition.
Why \nopagenumbers doesn't work? ...It's because \outmorceau and its
page number routine is completely independent from plain TeX's macro
\headline and \footline.
from plain.tex:
\def\nopagenumbers{\footline{\hfil}} % blank out the footline
Best regards,
----
Hiroaki MORIMOTO <[EMAIL PROTECTED]>
Anna Choma <[EMAIL PROTECTED]> wrote:
> Thank you. I know that the problem for the advanced tex user is very
> easy (by the way, there's not a word written about pagenumbers in the
> manual, I've checked it).
>
> Hiroaki MORIMOTO wrote:
> > Hello.
> >
> >
> >>How to prevent page numbers to appear in the score? The command
> >>/nopagenumbers doesn't work at all.
> >
> >
> > Perhaps the place of \nopagenumbers is too late. (ex: after \endpiece)
> > Place \nopagenumbers before \startmuflex.
> > Of cource you should check other 3rd party macrosets (if there)
> > about redefining \makeheadline and \makefootline, resetting \headline
> > and \footline.
>
> Yes, I use musixsty.tex, as to write author and title, and so on. I
> think the problem is with this definition from the file musixsty.tex:
>
> \def\outmorceau{\shipout\vbox{\vbox to
> \vsize{\vss\pagecontents\vss}\line{%
> \ifodd\pageno\sl \titremorceau\ [EMAIL PROTECTED]
> \ifcopyright\rm$\copyright$\fi\hss \number\pageno
> \else\rm\number\pageno\hss\sl \titremorceau\ [EMAIL PROTECTED]
> \ifcopyright\rm$\copyright$\fi\fi}}%
> \global\advance\count0 by 1\relax
> \ifnum\outputpenalty>-20000 \else\dosupereject\fi}%
>
> or maybe with this one a few lines further:
>
> \def\rectoverso#1{%
> \def\outmorceau{\shipout\hbox{\null\ifodd\pageno\kern #1\relax
> \else\kern -#1\relax
> \fi
> \vbox{\vbox to \vsize{\vss\pagecontents\vss}\line{%
> \ifodd\pageno\sl \titremorceau\ [EMAIL PROTECTED]
> \ifcopyright\rm$\copyright$\fi\hss \number\pageno
> \else\rm\number\pageno\hss\sl \titremorceau\ [EMAIL PROTECTED]
> \ifcopyright\rm$\copyright$\fi\fi}}}%
> \global\advance\count0 by 1\relax
> \ifnum\outputpenalty>-20000 \else\dosupereject\fi}%
>
> I've tried to switch off the numbers and remove pageno from theese
> definitions (I've put them to the score of course). Without success.
> Sorry for disturbing you with such problems, but I write usually the
> title, composer with the musixsty.tex. Should I remove \number or
> \pageno? I doesn't have any effect (an error appears).
>
> Best regards,
>
> Anna Choma
> _______________________________________________
> TeX-music mailing list
> [email protected]
> http://icking-music-archive.org/mailman/listinfo/tex-music
_______________________________________________
TeX-music mailing list
[email protected]
http://icking-music-archive.org/mailman/listinfo/tex-music