> Once one has placed text above a line of music, is there a way to get
> some kind of arrow or other character that points to a certain
> note or rest in the music?
>
> "Her legs up in secnd w/bent legs"
> |
> |
> G4
>
> This is for a ballet, obviously.
Try to define the following LaTeX macro in a header file
(read at the end of
http://www.mail-archive.com/gnu-music-discuss@gnu.org/msg03172.html
for more information on how to get it into your ly2dvi session)
-------------
\usepackage{amsmath}
\newcommand{\underarrow}[1]{\ensuremath{
\underset{\downarrow}{\text{#1}}}}
-------------
Then you could use it with, e.g.
"\\underarrow{H}er legs up in secnd w/bent legs"
/Mats