lilypond-devel
[Top][All Lists]
Advanced

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

`#(define page-breaking foo)' vs. `page-breaking = #foo'


From: Mark Polesky
Subject: `#(define page-breaking foo)' vs. `page-breaking = #foo'
Date: Mon, 29 Nov 2010 20:49:36 -0800 (PST)

Any reason why the 'page-breaking \paper variable tends to
be declared with a scheme definition?  I typically see it
like this in the docs:

  #(define page-breaking ly:minimal-breaking)

I prefer to use this form though:

  page-breaking = #ly:minimal-breaking

In my commit b0a027f, I changed the standard setting for
this in paper-defaults-init.ly, and nothing broke as far as
I can tell.  Any opposition to changing the other
scheme-style declarations in the docs?

Thanks
- Mark


      



reply via email to

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