Re: Question about paths in point-and-click

2022-11-01 Thread Jean Abou Samra
Le 01/11/2022 à 05:54, David Wright a écrit : On Tue 01 Nov 2022 at 02:23:23 (+0100), Paolo Prete wrote: Neverthless, IMHO this feature should be exposed in the API, because the lack of control of personal data should not be a trade-off for using an appealing feature such as the point-and-click

Re: Question about paths in point-and-click

2022-10-31 Thread David Wright
On Tue 01 Nov 2022 at 02:23:23 (+0100), Paolo Prete wrote: > I need to change them. > More specifically, each: > > xlink:href="textedit:///some/personal/path/file.ly:x:y:z" > > should be changed into > > xlink:href="textedit:///dummy/path/file.ly:x:y:z" > > For all the grobs with such metadata

Re: Question about paths in point-and-click

2022-10-31 Thread Paolo Prete
I need to change them. More specifically, each: xlink:href="textedit:///some/personal/path/file.ly:x:y:z" should be changed into xlink:href="textedit:///dummy/path/file.ly:x:y:z" For all the grobs with such metadata (SVG) Anyway, with 4 lines of python postprocess code I did the operation,

Re: Question about paths in point-and-click

2022-10-31 Thread Jean Abou Samra
Le 31/10/2022 à 18:35, Paolo Prete a écrit : BTW, for unknown reasons your mails always go to the spam folder. I don't experience the same issue with other members of the ml, and I don't understand if the issue is on my account or on yours... Unfortunately, some people using GMail get my

Re: Question about paths in point-and-click

2022-10-31 Thread Jean Abou Samra
Le 31/10/2022 à 18:20, Paolo Prete a écrit : Thank you as always! In Spontini-Editor there are examples with generated SVG files that rely on point-and-click in order to be edited. Although included paths are dummy paths, I would like to clean them without post-processing the files. But I

Re: Question about paths in point-and-click

2022-10-31 Thread Paolo Prete
BTW, for unknown reasons your mails always go to the spam folder. I don't experience the same issue with other members of the ml, and I don't understand if the issue is on my account or on yours... On Monday, October 31, 2022, Paolo Prete wrote: > > Thank you as always! > > In Spontini-Editor

Re: Question about paths in point-and-click

2022-10-31 Thread Paolo Prete
Thank you as always! In Spontini-Editor there are examples with generated SVG files that rely on point-and-click in order to be edited. Although included paths are dummy paths, I would like to clean them without post-processing the files. But I think I don't have alternatives, given that the

Re: Question about paths in point-and-click

2022-10-31 Thread Jean Abou Samra
Le 31/10/2022 à 17:56, Jean Abou Samra a écrit : In general, no. Well, I spoke too fast. You can do \version "2.23.80" #(set!   (@@ (lily output-ps) stencil-dispatch-alist)   (assq-set!    (@@ (lily output-ps) stencil-dispatch-alist)    'grob-cause    (lambda (offset grob) (if

Re: Question about paths in point-and-click

2022-10-31 Thread Jean Abou Samra
Le 31/10/2022 à 17:44, Paolo Prete a écrit : Is it possible to set/customize the path information in the point-and-click metadata of LilyPond's output? In general, no. There is no such facility. I guess you could post-process the PDF to change the links, though. What are you trying to

Question about paths in point-and-click

2022-10-31 Thread Paolo Prete
Hello, Is it possible to set/customize the path information in the point-and-click metadata of LilyPond's output? Thanks!