lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Export to PNGs


From: David Wright
Subject: Re: Export to PNGs
Date: Thu, 22 Dec 2016 19:10:13 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu 22 Dec 2016 at 19:30:13 (+0100), Mirosław Doroszewski wrote:
> Exporting to image file in LilyPond version 2.18.2.
> 
> 1. Command line help tells that lilypond can export prints not only to
> pdf but also to png format.
> 2. Command line help does not tell how set resolution for image
> format. I have found the setting in Learning help file. The setting
> is: "lilypond --png -dresolution=300".
> 3. I have used lilypond a few years ago and I remember that it is
> possible to export not only into separate pages but also each system
> into separate image files.
> 4. How one can do that in command line?

Page 481 of the Notation Reference: add
 -dclip-systems -fpng
to the command line, and modify your \layout with

  \layout {
    clip-regions =
    #(list
      (cons
       (make-rhythmic-location 0 0 1)
       (make-rhythmic-location 9999 0 1)
     )
    )
  }

Cheers,
David.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]