On Tue 21 Jun 2011, 11:10 David Kastrup wrote:
> Graham Percival <gra...@percival-music.ca> writes:
> 
> > On Tue, Jun 21, 2011 at 10:33:31AM +0200, David Kastrup wrote:
> >> 
> >> Here is the result: uh, no it isn't.  What is the preferred method for
> >> generating a two-system preview?
> >
> > Using a full --png, unfortunately:
> > http://lilypond.org/doc/v2.15/Documentation/contributor/adding-issues-to-the-tracker
> > But that's not something that you need to do; the bug squad should
> > take care of this step.
> 
> I've been told in private communication to use Windows Paint.  That's
> not a useful option for me and takes some time (one could similarly do
> this in the Gimp if one likes interactive workflows).  What I did in the
> end was
> 
> pngtopnm kelbl.png |pnmcut -bottom -40|pnmcrop |pnmtopng >kelbl2.png
> 
> (first cutting off the foot line, then cropping down), resulting in
Wow.

In such cases I add
  \header { tagline = "" }
to a source file and then:

  lilypond --png test.ly
  convert test.png -trim test-trim.png

It is ok to me usually.

-- 
  Dmytro O. Redchuk
  Bug Squad

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to