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 pkx1...@gmail.com: Add 'tabloid' (as valid
string) to paper.scm
http://code.google.com/p/lilypond/issues/detail?id=2365
ommitter James Lowe <pkx1...@gmail.com>
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.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond