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: Marc Hohl
Subject: Re: Fixing height of Kievan bar line
Date: Thu, 05 Apr 2012 14:23:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.28) Gecko/20120313 Thunderbird/3.1.20

Am 05.04.2012 14:02, schrieb Aleksandr Andreev:
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.
Wouldn't it be easier to draw a white box underneath the kievan glyph?

Just my 2ct

Marc
Thanks,

Aleksandr

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





reply via email to

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