Hi Kieren,
On Fri, May 1, 2015 at 6:02 PM, Kieren MacMillan <
[email protected]> wrote:
> Hi David,
>
> > 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āā
> > }
>
> I used
>
> \version "2.19"
> \include
> "openlilylib-master/editorial-tools/edition-engraver/definitions.ily"
> \addEdition test
> \editionMod test 1 0/4 test.Score.A \override NoteHead.font-size = 2
> override-color = #red
> tweak-color = #blue
> colorOverride = [ā¦] %% full function definition would be here
> \layout { \context { \Score \consists \editionEngraver test }}
> \displayMusic { cā' }
>
> The output remained the same (i.e., the NoteHead font-size did change).
>
> > (1) Does the font-size override show up in the console output?
>
> No.
>
>
As I suspected....
I suppose the way to get at context modifications is through
\applyContext. Will see what I can figure out.
In any case, we get all overrides and tweaks within the music expression :)
Thanks for trying that out.
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user