On Thu, Jan 28, 2010 at 8:53 AM, Eric Knapp <[email protected]> wrote: > Hi, everyone. > > I'm learning Scheme and how to write scheme engravers. Is it possible > to remove other engravers within a scheme engraver? Here's a snippet > from the Notation manual: > > \new Staff { \new Voice \with { > \remove "New_fingering_engraver" > } > \relative c'' { > % notation ref > } > > I would like to remove the New_fingering_engraver within the new > engraver I'm writing so that it is not necessary to remember to do it > in the above code. Can this be done?
No. -- Han-Wen Nienhuys - [email protected] - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
