If one uses landscape setting, i.e. #(set-global-page-size "a4" 'landscape) then the output of "lilypond --png landscape.ly" will NOT be landscape (90 degree rotation is missing).
Attached is a sample file landscape.ly. Run it with lilypond --png landscape.ly and you will get a png like the attached one. While the staves are properly layed out, the final png is missing the 90 degree rotation (i.e. the staves do not got from left to right, but from bottom to top). The PDF file has the proper rotation. Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
<<attachment: landscape.png>>
\version "2.15.9" #(set-default-paper-size "a4" 'landscape) \relative c' { \repeat unfold 7 { c1\break}}
landscape.pdf
Description: Adobe PDF document
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond