On Mon, Dec 5, 2022 at 9:00 AM <lilypond-user-requ...@gnu.org> wrote:

> Send lilypond-user mailing list submissions to
>         lilypond-user@gnu.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
>         lilypond-user-requ...@gnu.org
>
> You can reach the person managing the list at
>         lilypond-user-ow...@gnu.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
> Today's Topics:
>
>    1. Re: ForScore and lilypond (Kieren MacMillan)
>    2. Re: ForScore and lilypond (Abraham Lee)
>
>

>
>
>
>
> ---------- Forwarded message ----------
> From: Abraham Lee <tisimst.lilyp...@gmail.com>
> To: Fernando Gil <fernando...@gmail.com>
> Cc: Molly Preston <mollypresto...@gmail.com>, lilypond-user <
> lilypond-user@gnu.org>
> Bcc:
> Date: Mon, 5 Dec 2022 09:57:43 -0700
> Subject: Re: ForScore and lilypond
>
>
> On Mon, Dec 5, 2022 at 9:47 AM Fernando Gil <fernando...@gmail.com> wrote:
>
>> Hi Molly,
>>
>> I do not use ForScore, but perhaps it has to do with the point and click
>> option, take a look here:
>>
>> https://lilypond.org/doc/v2.22/Documentation/usage/configuring-the-system-for-point-and-click#enabling-point-and-click
>> <https://mailtrack.io/trace/link/35b6ee59df35cbe962d2338d6b24f692052d36a8?url=https%3A%2F%2Flilypond.org%2Fdoc%2Fv2.22%2FDocumentation%2Fusage%2Fconfiguring-the-system-for-point-and-click%23enabling-point-and-click&userId=7327048&signature=366c354d271462c9>
>>
>> Regards,
>> Fernando
>>
>> El lun, 5 dic 2022 a las 10:40, Molly Preston (<mollypresto...@gmail.com>)
>> escribió:
>>
>>> Hi.
>>>
>>> In ForScore, lilypond articulations and crescendos show up as
>>> hyperlinks. They are showing up as blue bubbles. I know you can turn it off
>>> in Forscore, is there a way through lilypond to not have them show up that
>>> way?
>>>
>>> -Molly
>>>
>>
> What Fernando suggested is correct. Since point-and-click is typically ON
> by default, resulting in TONS of these hyperlinks, you'll need to compile
> the score with it OFF and that will make all the blue bubbles go away. I've
> seen other apps do the same thing where they highlight the hyperlinks. For
> normal text documents, this isn't typically a problem since there usually
> aren't that many, but for LilyPond-created files, almost everything has a
> hyperlink attached with point-and-click enabled lol.
>
> HTH,
> Abraham
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


I ran into this and ended up writing a wrapper for the lilypond executable
that adds it automatically.
The argument you want to use is " -dno-point-and-click"

If you are using the command line to compile, you can automate this by
writing a wrapper that adds it:

Create a one-line script (also called "lilypond") that calls the real
executable with this option and the rest of the arguments.
In my case, the location of the real lilypond executable is
/usr/local/bin/lilypond, so the entire script is:

/usr/local/bin/lilypond -dno-point-and-click $@


Then, make the new wrapper script executable, and put the location of your
wrapper script earlier in your PATH than the location of the real lilypond
executable.


HTH,

Elaine Alt
415 . 341 .4954                                           "*Confusion is
highly underrated*"
ela...@flaminghakama.com
Producer ~ Composer ~ Instrumentalist ~ Educator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to