You can simply insert short LilyPond examples in the middle of ordinary text. Example:

\documentclass[a4paper]{article}
\begin{document}

Here is a short LilyPond example
\begin[fragment,relative]{lilypond}
c4
\end{lilypond}
embedded within ordinary text.

Here is another example with only a Text Markup command
\begin{lilypond}
\markup{\note #"4" #UP = 100 }
\end{lilypond}
followed by some more text.
\end{document}


   /Mats

Marcus Brinkmann wrote:
Hi,

I would like to typeset, for example, "<quarter-note> = 100" as part
of a text in a paragraph, rather than as a vertical block element.  I
can possibly mess around with latex to get the desired effect, using
nested box elements and includegraphics (if you have already a
solution for that, please send it to me!).  However, is there a
simpler canonical way to do that?

Or is a quarter note already a composed object (note-head + stem) that
can not be easily assembled in latex from the lilypond font?

Thanks,
Marcus



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to