Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Tapio Tuovila
My fault indeed. source-file.cc should have lower_bound, not binary_search. 2006-09-19 Joe Neeman [EMAIL PROTECTED] * lily/source-file.cc (get_line): lower_bound, not binary_search. Fixes problem where point-and-click would always point to the first line. + +

Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Tapio Tuovila
Tapio Tuovila kirjoitti: My fault indeed. source-file.cc should have lower_bound, not binary_search. 2006-09-19 Joe Neeman [EMAIL PROTECTED] * lily/source-file.cc (get_line): lower_bound, not binary_search. Fixes problem where point-and-click would always point to the

Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Bertalan Fodor
May it have only changed? (I.e. the first line is numbered as 0?) Bert ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Tapio Tuovila
Bertalan Fodor kirjoitti: May it have only changed? (I.e. the first line is numbered as 0?) Bert I think you are right. I tested adding one extra line in the beginning of the .ly file after compiling, and ta-daa! then point-and-click worked OK. So, how to fix this? Tapio

Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Bertalan Fodor
Well, it should be decided by LilyPond developers if this is the intended behaviour or it is a bug. The point-and-click handling is compiled into the source of LilyPondTool, so it can not be easily parametrized. Bert Tapio Tuovila írta: Bertalan Fodor kirjoitti: May it have only

Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Han-Wen Nienhuys
this is still a bug. Joe? Bertalan Fodor schreef: Well, it should be decided by LilyPond developers if this is the intended behaviour or it is a bug. The point-and-click handling is compiled into the source of LilyPondTool, so it can not be easily parametrized. -- Han-Wen Nienhuys -

Re: point-and-click broken in 2.9.18 ?still a bit in .20

2006-09-29 Thread Joe Neeman
On Fri, 2006-09-29 at 14:21 +0200, Han-Wen Nienhuys wrote: this is still a bug. Joe? Yes, it seems I misread the lower_bound specification. I've fixed this one but I need to review the use of lower_bound in page-turn-engraver also. Bertalan Fodor schreef: Well, it should be decided by