Robert Snarrenberg skryf: > Does anyone know of a way in MusixTex to change the color of notes > and beams? Iâm working on some musical examples for a course Iâm > teaching and would like to be able to highlight motivic features > using colored notes.
I input MusixTex files (usually made by M-Tx and PMX) into LaTeX and
use LaTeX packages, thus:
\documentclass{article}
\usepackage{color,mtxlatex}
\newcommand\Red{\color{red}}
\newcommand\Green{\color{green}}
\newcommand\Black{\color{black}}
\begin{document}
\begin{score} \input{abc.tex} \end{score}
\end{document}
Typical TeX lines might look like this:
\pnotes{3.46}\Red\qup c\en%
\pnotes{2.00}\Black\ibu1e1\qb1d\qb1e\tbu1\qb1f\en%
One word of caution: it may be necessary to increase the size of TeX in
texmf.cnf.
Dirk
abc.pdf
Description: Adobe PDF document
_______________________________________________ Tex-music mailing list [EMAIL PROTECTED] http://icking-music-archive.org/mailman/listinfo/tex-music

