bug-lilypond
[Top][All Lists]
Advanced

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

Re: point-and-click broken in 2.9.18 ?


From: Joe Neeman
Subject: Re: point-and-click broken in 2.9.18 ?
Date: Tue, 19 Sep 2006 23:12:03 +1000

On Tue, 2006-09-19 at 14:22 +0200, Han-Wen Nienhuys wrote:
> Tapio Tuovila wrote:
> > Hello,
> > it seems that in 2.9.18 generated pdf files all the textedit URIs point
> > to the 1st row of the .ly code while in 2.9.17 these seemed to be OK.
> > Also the console error messages show the problematic spots of the code,
> > but insist that all the problems are located in the first row of the source.
> > 
> > Here two snippets in the middle of a pdf-file, first with 2.9.18 and
> > second with 2.9.17.
> > 
> > greetings, Tapio
> > 
> > (examples:
> > 
> > /A<</S/URI
> > /URI(textedit:///home/tapu/Documents/Nuotteja/Rameau/Gavotti/gavotti.ly:1:36:43)>>
> > /Subtype/Link>>endobj
> > 
> 
> Joe,  could this be related to the binsearch chagnes? Source-file.cc 
> uses it to look up line numbers.

My fault indeed. source-file.cc should have lower_bound, not
binary_search.

2006-09-19  Joe Neeman  <address@hidden>

        * lily/source-file.cc (get_line): lower_bound, not
        binary_search. Fixes problem where point-and-click would
        always point to the first line.

Attachment: tmp.patch
Description: Text Data


reply via email to

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