lilypond-user
[Top][All Lists]
Advanced

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

Re: minor inconsistency in \paper-settings?


From: Carl Sorensen
Subject: Re: minor inconsistency in \paper-settings?
Date: Sun, 3 Oct 2010 12:20:15 -0600



On 10/3/10 9:57 AM, "Stefan Vollmar" <address@hidden> wrote:

> Dear all,
> 
> if I am not mistaken, in order to have my scores in A5 format (I actually then
> print that on A4 paper for a specific recital with poor light conditions) this
> works fine:
> 
> \paper{
>   #(set-paper-size "a5")
>   page-count = 2
> }
> 
> And the reference manual gives a wealth of other properties (e.g.
> "paper-width" or "evenHeaderMarkup") which can be set like "page-count". It
> strikes me as odd that, apparently, I should not write
> 
> \paper{
>   paper-size = "a5"
>   page-count = 2
> }
> 
> and if I do, Lilypond does not complain about "paper-size" and uses the
> default ("a4") instead.

paper-size is not a property.  #(set-paper-size "a5") is a procedure that
changes multiple settings.  See scm/paper.scm for more information.

While it may seem odd, it is well-documented.

It would seem desirable to have a warning message when a non-existent
property is set in a \paper{} block.

HTH,

Carl





reply via email to

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