bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1819 in lilypond: --png does not properly obey landscape setting


From: lilypond
Subject: Issue 1819 in lilypond: --png does not properly obey landscape setting
Date: Mon, 15 Aug 2011 12:10:59 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1819 by brownian.box: --png does not properly obey landscape setting
http://code.google.com/p/lilypond/issues/detail?id=1819

Reported by Reinhold Kainhofer,
http://lists.gnu.org/archive/html/bug-lilypond/2011-08/msg00356.html

%--------------------8<--------------------------
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
%--------------------8<--------------------------

%--------------------8<--------------------------
\version "2.15.8"

{ c'' }
\paper { #(set-paper-size "a4" 'landscape) }
%--------------------8<--------------------------

This problem has been shown in Issue 413 also.

Attachments:
        test.png  11.4 KB




reply via email to

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