Comment #33 on issue 2445 by [email protected]: Center a number above a measure
http://code.google.com/p/lilypond/issues/detail?id=2445
[Transcribing my reply made in the wrong place...]
I appreciate your work on this!
And I your monumental work on bar lines!
Just one remark: What about a file scm/scheme-engravers.scm where you store your engraver code? Future scheme engraver solutions could be added there, and perhaps it will be possible to include them properly in the IR.
IMHO, this would be a cleaner solution.
Yes, I like this idea. For now, I could move everything that I added to scm/music-functions.scm there (namely, the engraver and a function for the stencil). I suppose I would then add the name of the file to the definition of `init-scheme-files-body' in scm/lily.scm, though I'm not sure about the ordering.
