lilypond-devel
[Top][All Lists]
Advanced

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

Re: Cairo_outputter::textedit_link


From: Werner LEMBERG
Subject: Re: Cairo_outputter::textedit_link
Date: Sat, 23 Sep 2023 14:40:34 +0000 (UTC)

>> 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

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