Comment #9 on issue 1471 by n.putt...@gmail.com: accidentals after a clef change are not printed
http://code.google.com/p/lilypond/issues/detail?id=1471

+static void apply_on_children (Context *context, SCM fun)

This evaluates the function each time it's recursed; why not instead use call_context_property_on_children () with the evaluated function, changing the definition of accidental-voided? so it returns the new list?


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to