lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: in-line note font elements in lilypond-book + latex?


From: Mats Bengtsson
Subject: Re: in-line note font elements in lilypond-book + latex?
Date: Mon, 21 May 2007 13:11:53 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]