bug-lilypond
[Top][All Lists]
Advanced

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

Issue 673 in lilypond: problem with order of \consists


From: codesite-noreply
Subject: Issue 673 in lilypond: problem with order of \consists
Date: Sun, 21 Sep 2008 11:54:12 -0700

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




reply via email to

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