> Date: Tue, 20 Oct 1998 19:55:59 +0100
> From: David Bobroff <[EMAIL PROTECTED]>

> I'm using OpusTeX 0.84 and I have some things I would like to do that I
> have not yet figured out.
[...]
> 2) I would like to have "invisible" note heads *with* visible stems.  [...]
> [...]  In short, I would like to have regular notes but without heads.

For MusiXTeX I know the solution. Looking at the definition of e.g.
\qu, \dqu, ... you see how you may get whatever you want as notehead:

\makeatletter
\def\my@symbol{\def\q@u{}}
\def\myqu{\my@symbol\@qu}
\makeatother
\generalmeter{\meterfrac{X}{Y}}
\startextract\Notes\qu{abcdef}\en\bar\Notes\myqu{abcdef}\en\endextract
\def\mynotehead{\lower1.5\internote\hbox{X}}
\makeatletter\def\my@symbol{\def\q@u{\mynotehead}}\makeatother
\startextract\Notes\qu{abcdef}\en\bar\Notes\myqu{abcdef}\en\endextract\bye
 
> 4) I would like to place a letter X in the top of a time signature.  Using
> \generalmeter{\meterfrac{X}{4}} does not work, of course.

s.a. - works for MusiXTeX.

-- Werner

Reply via email to