On Monday 27 February 2006 20.26, [EMAIL PROTECTED] 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


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

Reply via email to