> "mike" == mike <[EMAIL PROTECTED]> writes:
mike> this works great so far, but is there any way I can
mike> dynamicly shrink the png to size and remove the excess white
mike> space on the output?
I've occasionally used imagemagick for stuff like that. the -autocrop
is quite zea
I have finally gotten lilypond to work with my wikipedia.
For the most part I am using lilypond -f=png -s -p --png to create the output
file, with the .ly file to contain
\paper{
raggedright = ##t
indent = 0\mm
}
\score {
\relative c''{
[dynamic code]
}
layout { }
}
this works great s