bug-lilypond
[Top][All Lists]
Advanced

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

Re: chordmode neglects point-and-click


From: Phil Holmes
Subject: Re: chordmode neglects point-and-click
Date: Sun, 20 Jun 2010 15:37:00 +0100

"Robin Bannister" <address@hidden> wrote in message news:address@hidden
Chord names entered in note mode are annotated in the pdf with a link
leading to the corresponding position in the ly source file.

But chord names entered in chord mode get either
a link with an invalid position (versions <= 2.13.7 say line0 column0).
or no link at all.


This seems to be because although the event chords which chord mode produces do have position info, the note events they contain don't (cf make-note-ev).
Note mode adds position info to both.

Note events without an 'origin property result in no link.
After copying(?), the same note events have an 'origin property saying
'position unknown', which results in a link with invalid position.


With the workaround propagateOrigins (cf attachment), the chordmode
note events are given the position info of their containing chord,
and the resulting links are valid.


Cheers,
Robin

http://code.google.com/p/lilypond/issues/detail?id=1022


--
Phil Holmes
Bug Squad






reply via email to

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