Hi.

> How can I generate pdf and png but no ps?

$ lilypond file.ly
GNU LilyPond 2.10.33
Processing `file.ly'
Parsing...
Interpreting music... [2]
Preprocessing graphical objects...
Layout output to `file.ps'...
Converting to `file.pdf'...
$ rm file.ps

> Can I adjust resolution of the png? I just need thumbnails.

$ convert file.png -resize 120 file_resized.png

> Is there a simple way to see (e.g. from the shell or an external
> programming language) how many png-pages lilypond produced?

?

Best,
Gilles


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

Reply via email to