On 5/3/06, Tomas Valusek <[EMAIL PROTECTED]> wrote:
Hello,

.ly files have context menu entry Create PDF. How to add an entry Create
SVG?

Basically you fire up regedit, navigate to HKEY_CLASSES_ROOT\Lilypond\shell

and create another key, e.g. generatePDF (the name does not matter)
as it's default value you add the string that should be visible in the context menu, eg Generate &SVG ...

add a subkey to that named command
and to that you add a default key along the lines of:

"c:\Program Files\LilyPond\usr\bin\lilypond-windows.exe" -dgui -bsvg "%1"

The actual path to lilypond depends on your installation.

..and you're done.

<b>The usual warnings about fiddling around in the registry apply</b>

And the simple way for processing LilyPond files meant for older
versions would be nice as well - now it is impossible to download
anything older from Mutopia and generate output without using command line.

Best wishes

Tomas Valusek


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

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

Reply via email to