lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fixing height of Kievan bar line


From: Aleksandr Andreev
Subject: Re: Fixing height of Kievan bar line
Date: Thu, 5 Apr 2012 08:02:12 -0400

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



reply via email to

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