>> Is there ever a situation where `Cairo_outputter::textedit_link` is
>> called?  I've set a breakpoint on this function and run over all
>> files in `input/regression`, but there wasn't a single hit...
> 
> Point-and-click.

OK, thanks, but it would be great to have some actual LilyPond input
code to trigger a call of this function.  Do you know how to do that?

> Regtests are compiled without it.

This is not relevant.  I simply used the files from
`input/regression` as input data for normal `lilypond` calls, not
within 'make check' or something similar:

```
cd input/regression
for i in *.ly; do
  gdb \
    -ex "break Cairo_outputter::textedit_link" \
    -ex "run" \
    -ex "quit" \
    --args lilypond $i
done
```


    Werner

Reply via email to