Hello list,

I'm back to trying to work on this issue after a bit of a hiatus.

The problem is how to get the staff lines to stop printing before the
Kievan bar line appears:
http://code.google.com/p/lilypond/issues/detail?id=2344

I've been hacking around the code a bit and here's my question. Is it
possible to pass an event to the staff object?

Right now, on line 290 of bar-line.cc, where the Kievan bar line is
being added as a Stencil, I can access the staff as:
Grob *staff = Staff_symbol_referencer::get_staff_symbol (me);
I'd like to be able to pass a stop event to this staff, which AFAICT happens via
Staff_symbol_engraver::stop_spanner ()

But I'm not sure how to do that.

Thanks,

Aleksandr

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to