Dear Paul,
> For a presentation in PowerPoint I want to create a musicsheet
> with bars and and even text witch i can make transparant and
> copy/paste to ppt.
> Is that and option within Lilypond ?
LilyPond can create image files.
If, for example, your .ly source is called music.ly
you can call LilyPond from the command line as follows:
lilypond --png music.ly
This will create an image file (.png) instead of a .pdf file.
You can set the resolution in DPI with the -dresolution
option:
lilypond --png -dresolution=150 music.ly
Bye,
Zoltan
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user