lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond and LaTeX. Music glyph in a sentence.


From: Erik Sandberg
Subject: Re: lilypond and LaTeX. Music glyph in a sentence.
Date: Wed, 1 Mar 2006 11:16:19 +0100
User-agent: KMail/1.8.3

On Monday 27 February 2006 20.26, address@hidden wrote:
> Dear fellows:
> I'm working on an essay where a sentence like the following is needed
>
> > The first segment has a duration of 110 <dotted quarter> and blah,
> > blah...
>
> where <dotted quarter> should be replaced by the musical glyph.
>
> 1) Is there a way to achieve this?

Use lilypond --preview on the following:

\layout {
\context {
\Staff
\remove Staff_symbol_engraver
\remove Clef_engraver
\remove Time_signature_engraver
}
}
{c''4.}

You need to crop the resulting EPS file before including it in your document; 
this is a bit problematic due to bugs in ghostscript.

-- 
Erik




reply via email to

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