Daniel Johnson wrote:
> ...
This becomes much easier in later versions of the 2.7 tree, when many
\set's are replaced by \override's and therefore are eligible to be
included in a global \layout block (this includes vertical-extent).

It's not more or less difficult to do global settings of context
properties (corresponding to \set ...) than object properties
(corresponding to \override ...).
For example, a setting like
\set PianoStaff.connectArpeggios = ##t
can be done globally by
\layout{
  \context{
    PianoStaff
    connectArpeggios = ##t
  }
}

If this isn't clear from the manual, we probably need to add some
clarifications.

   /Mats


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to