bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2365 in lilypond: Add 'tabloid' (as valid string) to paper.scm


From: lilypond
Subject: Re: Issue 2365 in lilypond: Add 'tabloid' (as valid string) to paper.scm
Date: Fri, 16 Mar 2012 06:46:13 +0000

Updates:
        Summary: Add 'tabloid' (as valid string) to paper.scm
        Status: Fixed
        Labels: -Patch-push Fixed_2_15_34

Comment #17 on issue 2365 by address@hidden: Add 'tabloid' (as valid string) to paper.scm
http://code.google.com/p/lilypond/issues/detail?id=2365

ommitter        James Lowe <address@hidden>       
Fri, 16 Mar 2012 06:35:48 +0000 (06:35 +0000)
commit  249708ff791bff89732cc2e766136b2fbe6eec27

Also added '17x11', 'junior-legal' and 'tabloid'.

You can verify by looking at the file scm/paper.scm or if you want to to download and build from the latest staging/master you can run something like

--snip--

\version "2.15.34"

% un-comment one of each option in turn to compile for the new additions

\paper {
  #(set-paper-size "junior-legal")
  %#(set-paper-size "ledger")
  %#(set-paper-size "17x11")
  %#(set-paper-size "tabloid")
}

{ a b c d }

--snip--



and if the size isn't recognised you will see a warning

warning: Unknown paper size: XXXX

and 'a4' will be used instead.







reply via email to

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