lilypond-user
[Top][All Lists]
Advanced

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

Re: Including style files


From: Mats Bengtsson
Subject: Re: Including style files
Date: Fri, 09 Dec 2005 09:24:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319



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




reply via email to

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