Issue 673: problem with order of \consists
http://code.google.com/p/lilypond/issues/detail?id=673
Comment #5 by hanwenn:
What pointers are you looking for exacltly?
Context *
Context_def::instantiate (SCM ops)
is the function that creats the context with its list of engravers. The
order does
not matter, except in some special cases (which I can't remember from the
top of my
head), where
- one engraver writes a property, and the other reads it (probably what
happened here)
- one engraver creates a grob, and another must catch it before the
catch-all case is
reached. Some of these are doc'ed in ly/engraver-init.ly
%% must come before Script_column_engraver.
\consists "New_fingering_engraver"
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond