Christian Mondrup wrote:
> 
> 2. I want to replace the pmx page numbering on the top of the page with
> a numbering at the bottom of the page.
> 
One way to get more control over layout is to put your TeX file
through the tex2ex script and then to input it into LaTeX.  The
LaTeX file looks something like this:

\documentclass{article}
\usepackage{musixtex,mtxdoc}
\pagestyle{empty}
\renewcommand{\BIGfont}{\medtype\bf}
\renewcommand{\Bigfont}{\normtype\bf}
\renewcommand{\writebarno}{\rule{0pt}{12pt}}
\oddsidemargin -13mm
\begin{document}
\input{mymusic.ex} 
\end{document}

In this example I have redefined the fonts used for title and 
composer (lines 3 and 4), suppressed page numbers (line 5)
and bar numbers (line 6 -- the bar number is replaced by an 
invisible strut of height 12pt).  But you have the full power 
of LaTeX2e available to do whatever you like to the layout.  

Dirk

Reply via email to