[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PDF hyperlinks pointing to internal LilyPond code
From: |
Michael Käppler |
Subject: |
PDF hyperlinks pointing to internal LilyPond code |
Date: |
Fri, 26 Jan 2024 14:47:47 +0100 |
User-agent: |
Mozilla Thunderbird |
Hi all,
I would like to hear your opinions on this one:
%%%%%%%%%%%%%%%% snip
\version "2.25.10"
{ \acciaccatura { c'8 } d'4 }
{ \appoggiatura { c'8 } d'4 }
%%%%%%%%%%%%%%%%
The hyperlinks of both the acciaccatura and the appoggiatura slurs point
to ly/grace-init.ly, which is kind of logical, but also confusing from a
user perspective.
Shouldn't they both point to the user code?
Michael