> \documentclass{report}
> \input musixtex
>
> \normalmusicsize \instrumentnumber{1} \setstaffs1{1}
> \setclef{1}{06} %\generalmeter{\meterfrac{4}{4}}
>
>
> but every time i start an example (with
> \begin{extract}...\end{extrat})i get the same format.
I think you need to include \usepackage{musixtex} rather than the import
statement, then put your extracts within \begin{music}...\end{music}
e.g.
------------------------
\documentclass{report}
\usepackage{music}
\begin{document}
text...
\begin{music}
setup staves, clefs
\startextract
notes etc
\endextract
\end{music}
maths, formulae, whatever
\begin{music}
set up characteristics, different to the first time
\startextract
notes
\endextract
\end{music}
\end{document}
------------------
Or something along those lines.
MLP
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music