2014-06-08 17:39 GMT+02:00 Richard Shann <rich...@rshann.plus.com>:
> If I put some markup at the end of a score like this
>
> \markup {\with-url #'"some url" \epsfile #X #100 #"filename.eps" }
>
> the filename.eps is displayed after the music, but there is no hotspot
> for the link as there would be if it was just some text there.
>
> It would be nice if the user could click anywhere on the image to
> activate the url, is there a way round this?
>
> Richard

Hi Richard,

I had no problems with:

\markup {
    \with-url #"http://lilypond.org/";
    \epsfile #X #5 #"note.eps"
}

and the attached eps-file.
Though, I seem to remember that sometimes certain eps-files don't work.
Try to redo creating the eps

HTH,
  Harm

Attachment: note.eps
Description: PostScript document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to