Re: blot diameter warning

2004-07-28 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > If my analysis is correct, I suggest to call > > > Lookup:round_filled_box only if the bar line is visible -- maybe > > > there are other, similar situations in the lilypond code. > > > > Fixed in CVS. > > Thanks. I've changed the `<' to `<=' in my local copy of t

Re: blot diameter warning

2004-07-28 Thread Werner LEMBERG
> > If my analysis is correct, I suggest to call > > Lookup:round_filled_box only if the bar line is visible -- maybe > > there are other, similar situations in the lilypond code. > > Fixed in CVS. Thanks. I've changed the `<' to `<=' in my local copy of the 2.2.5 also (you will backport this, w

Re: blot diameter warning

2004-07-27 Thread Werner LEMBERG
> > Note that adding a Staff_symbol_engraver with making the staff > > invisible later on doesn't give a correct layout. > > Interesting. Can you give an example? I used the wrong words, sorry. You get the expected result (assume that the top staff is the invisible one): | | |_

blot diameter warning

2004-07-27 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > If my analysis is correct, I suggest to call Lookup:round_filled_box > only if the bar line is visible -- maybe there are other, similar > situations in the lilypond code. Fixed in CVS. > Note that adding a Staff_symbol_engraver with making the staff > invisible later

blot diameter warning

2004-07-27 Thread Werner LEMBERG
[lilypond 2.2.5] I have done this: \context { \ScoreContext \accepts "Top" } \context { \name "Top" \alias "Staff" \type "Engraver_group_engraver" \consists "Output_property_engraver" \consists "Bar_engraver" \consists "Font_size_engr