lilypond-user
[Top][All Lists]
Advanced

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

Re: Override placement


From: David Kastrup
Subject: Re: Override placement
Date: Sat, 26 Jan 2013 17:21:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

james <address@hidden> writes:

> On Jan 26, 2013, at 2:12 PM, Noeck wrote:
>> 
>> Is there a difference between:
>>  \new Staff \with { \override Clef.color = #red } { a }
>> and
>>  \new Staff { \override Staff.Clef.color = #red  a }
>
> Although David has provided an illustration of the difference (mostly
> due to the faulty grace note implementation), this snippet should be:

[...]
>    \new Staff \with { \override Clef #'color = #red } { a }
[...]
>    \new Staff { \override Staff.Clef #'color = #red  a }

Well, it depends on the version Joram is using, and he did not specify.
The syntax given by me requires version 2.17.6 or later.  Admittedly, it
might be a bit audacious to silently assume that this is what people are
using on the general user list.

-- 
David Kastrup




reply via email to

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