lilypond-user
[Top][All Lists]
Advanced

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

Re: Color tweaks (edition engraver)


From: David Nalesnik
Subject: Re: Color tweaks (edition engraver)
Date: Fri, 1 May 2015 16:54:40 -0500



On Fri, May 1, 2015 at 3:49 PM, David Nalesnik <address@hidden> wrote:
Hi Kieren and all,

On Fri, May 1, 2015 at 3:28 PM, Kieren MacMillan <address@hidden> wrote:
Hi David,

This looks pretty amazing so far — thanks for the great work!

When I try to apply it to a score with edition-engraver tweaks, it doesn’t seem to colour anything tweaked using the EE.
It does seem to colour things tweaked otherwise (e.g., in the “content”).

Maybe I’m doing something wrong? I’m simply using

    \colorOverride \theScore

I expected this.  You won't see any coloring for overrides from a \context block, and for overrides that come about through \voiceOne/\voiceTwo ... (though you can make these appear by commenting out line 28 (put a semicolon in front of it).

Would you mind trying an extremely small score with the edition-engraver, something like (however you would set it up)

\displayMusic
{
  \override NoteHead.font-size = 2
  c''
}

(1) Does the font-size override show up in the console output?
(2) If it does, is there an entry for 'grob-property-path?  (If there is, commenting out the line mentioned above will work, though you may get stuff you don't care about like the overrides that are predefined for voices)

If there _isn't_, commenting out...
 

It's Friday...

reply via email to

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