Hi David,

> > Out of curiosity, do you get results with color-tweaks2.ly (attached 
> > somewhere above)?
> Same thing: the EE-added tweak gets executed, but doesn’t appear in the log 
> output.
> So it doesn't get colored?

Sorry… let me be more clear. I \include-d the edition-engraver, and compiled 
twice: once with an \editionMod to move the [initial] Clef, and once without. 
The first time, the Clef moved (as expected) and was coloured (as hoped); the 
second time, the Clef was neither moved nor coloured (both as expected).

HOWEVER, the console output was identical in both cases: the tweak was not 
recorded in the output (as I thought it should have been?).

Hope that helps.
Kieren.

p.s. Why not just download the edition engraver .zip file 
(https://github.com/openlilylib/openlilylib/archive/master.zip) and test things 
yourself? Here’s all you need to add:

1. At the top
\include "openlilylib-master/editorial-tools/edition-engraver/definitions.ily"
\addEdition test
\editionMod test 1 0/4 test.Score.A \once \override Score.Clef.extra-offset = 
#'(0 . 2)

2. Somewhere else
\layout {
  \context {
    \Score
    \consists \editionEngraver test
  }
}
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to