lilypond-user
[Top][All Lists]
Advanced

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

Re: problem with svg-output


From: Stefan Thomas
Subject: Re: problem with svg-output
Date: Thu, 21 Jul 2011 16:23:56 +0200

Ok! Thanks!
Now I know how to do it!

2011/7/21 address@hidden <address@hidden>
On Jul 18, 2011, at 8:20 PM, Stefan Thomas wrote:

> Dear mike,
> I think I didn't understand You.
> What do You mean by
> "you can rewrite this using LilyPond stencil commands"?
> Could You give a short example?
> Thanks,
> Stefan
>
>

\markup {
 \stencil #(make-circle-stencil 2 0 #t)
}

All of the pre-fabbed stencils are in the stenci.scm file of your lilypond distribution.  You can recreate the entire example you sent to the list using that.  It is also possible to make your own using ly:make-stencil.

Cheers,
MS



reply via email to

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