Re: \set Score.proportionalNotationDuration warning on LilyPond 2.25.23

2025-02-09 Thread Paolo Prete
AFAIK a normal user should see a warning for a deprecated property and an error for an API break. This is not the case: the user here sees a warning for an API break. Fortunately, out of deliberate fussiness, I made sure that my test cases already stop corresponding to warnings rather than just err

Re: \set Score.proportionalNotationDuration warning on LilyPond 2.25.23

2025-02-09 Thread Paolo Prete
e old code can still be compiled. Il dom 9 feb 2025, 07:00 Dan Eble ha scritto: > On 2025-02-08 19:45, Paolo Prete wrote: > > This is not the case. In fact, the raised warning says: > > > > "warning: the property 'proportionalNotationDuration' must be of t

Re: \set Score.proportionalNotationDuration warning on LilyPond 2.25.23

2025-02-08 Thread Paolo Prete
On Sun, Feb 9, 2025 at 2:01 AM Saul Tobin wrote: >> >> Instead of the old interface use this deprecated new interface, >> instead of just: Use the same interface, but you will need to add a type >> conversion. > > > The deprecated properties aren't intended for end users to write in their > code.

Re: \set Score.proportionalNotationDuration warning on LilyPond 2.25.23

2025-02-08 Thread Paolo Prete
On Sun, Feb 9, 2025 at 1:20 AM Valentin Petzel wrote: > > Hello Saul, > > > I don't want to speak for Dan, but I believe the objective is to get user > > code moved over to actually using exact rationals rather than moments for > > these properties, not just to allow the use of exact rationals in

Re: \set Score.proportionalNotationDuration warning on LilyPond 2.25.23

2025-02-08 Thread Paolo Prete
Thanks Valentin, I will definitely use it in my code. But this API change leaves me a bit perplexed. It's the first one I've encountered since LilyPond 2.19.84! For this reason I am crossposting this message with the devel mailing list. Why has forward compatibility not been ensured for this functi

\set Score.proportionalNotationDuration warning on LilyPond 2.25.23

2025-02-08 Thread Paolo Prete
Hello everyone, I've noticed that starting from LilyPond version 2.25.23, this snippet produces the following warning: { \set Score.proportionalNotationDuration = #(ly:make-moment 1 32) c' c' c' } warning: the property 'proportionalNotationDuration' must be of type 'non-negative exact rational o

Re: LilyPond repo down?

2024-09-21 Thread Paolo Prete
(no, it's not yet... still having troubles) On Sat, Sep 21, 2024 at 3:23 PM Paolo Prete wrote: > > Now the server seems up and running again. Never mind. > > On Sat, Sep 21, 2024 at 3:13 PM Paolo Prete wrote: > > > > Hello, I can't access the GitLab LilyPond

Re: LilyPond repo down?

2024-09-21 Thread Paolo Prete
Now the server seems up and running again. Never mind. On Sat, Sep 21, 2024 at 3:13 PM Paolo Prete wrote: > > Hello, I can't access the GitLab LilyPond repo, right now. What's happening? > Thanks!

LilyPond repo down?

2024-09-21 Thread Paolo Prete
Hello, I can't access the GitLab LilyPond repo, right now. What's happening? Thanks!

Re: shared notes across piano staff

2024-09-13 Thread Paolo Prete
Hi, instead of going crazy using LilyPond's native functions for cross-staff, try using this, which supports exactly what you need: https://github.com/paopre/Spontini/blob/master/documentation/tabular.md Here’s the code that generates your complete music fragment: << \easyCrossStaff %TMODE {

Re: Question about Scheme's syntax

2024-09-06 Thread Paolo Prete
Fixed! On Thu, Sep 5, 2024 at 9:34 PM David Kastrup wrote: > Paolo Prete writes: > > > On Thu, Sep 5, 2024 at 2:07 PM David Kastrup wrote: > > > >> Paolo Prete writes: > >> > >> > >> Still scheme? instead of markup? > &g

Re: Question about Scheme's syntax

2024-09-05 Thread Paolo Prete
On Thu, Sep 5, 2024 at 2:07 PM David Kastrup wrote: > Paolo Prete writes: > > > Still scheme? instead of markup? > > Still a scheme function instead of a markup command. > > > #{ > > \markup

Re: Question about Scheme's syntax

2024-09-05 Thread Paolo Prete
#obj } #}) % GOOD \floating-markup 15 -60 "some string" % ERROR \floating-markup 15 -60 #{ \markup { \circle 1 } #} On Wed, Sep 4, 2024 at 9:56 PM David Kastrup wrote: > Paolo Prete writes: > > > Hello, > > > >

Question about Scheme's syntax

2024-09-04 Thread Paolo Prete
Hello, Given: floating-markup = #(define-scheme-function (parser location x y obj) (number? number? scheme?) #{ \markup \with-dimensions #'(0 . 0) #'(0 . 0){ \override #'(baseline-skip . 0)

Re: Spontini and page numbers

2024-07-31 Thread Paolo Prete
This is a LilyPond bug, not a Spontini issue. Which LilyPond version are you currently using? Did you try other versions as well? In any case, if changing LilyPond doesn't solve the issue I can show you alternative ways to print page numbers, but I will be home with my PC available on Monday, so pl

Re: Spontini and tags

2024-06-17 Thread Paolo Prete
One last note: always backup your score frequently when you use the "Make all __BLOCK__s included/inline" feature. On Mon, Jun 17, 2024 at 7:19 PM Paolo Prete wrote: > > > On Mon, Jun 17, 2024 at 4:39 PM bobr...@centrum.is > wrote: > >> Still monkeying aroun

Re: Spontini and tags

2024-06-17 Thread Paolo Prete
On Mon, Jun 17, 2024 at 4:39 PM bobr...@centrum.is wrote: > Still monkeying around with Spontini to get familiar with this new (to me) > tool. When setting parts in different clefs it is handy to be able to use > tags. When notating a part in bass vs tenor or alto clef (pedagogical > trombone

Re: Spontini line break slurs

2024-06-16 Thread Paolo Prete
This has already been reported some time ago: https://github.com/paopre/Spontini/issues/18 You can bypass it by simply using two shapes: % \version "2.24.0" \include "../lib/ly/jssvg.ly" \score { \relative c' { c d e << {s8\jsShape "1" "cpts" #'() ^( s) }{ g4 } >> \break g4\jsSh

Spontini-Editor 1.30_pre_alfa [Was: Re: Spontini experiences]

2024-06-15 Thread Paolo Prete
On Sat, Jun 15, 2024 at 2:47 PM bobr...@centrum.is wrote: > > Ah, the autocomplete does work, as you say. Is the Ctrl+Space thing > documented? I had been looking around trying to find such information. > > See here: https://github.com/paopre/Spontini/blob/master/documentation/miscellaneous.md#

Re: Spontini experiences

2024-06-14 Thread Paolo Prete
I know this, but what is the concrete benefit of having both of them? Il ven 14 giu 2024, 17:00 Knute Snortum ha scritto: > > On Fri, Jun 14, 2024 at 4:57 AM Paolo Prete wrote: > >> >> About the automatic formatting, prior to adding it, I need advice from >> you an

Re: Spontini experiences

2024-06-14 Thread Paolo Prete
On Tue, Jun 11, 2024 at 11:53 PM bobr...@centrum.is wrote: > > > -- > > *From: *"Paolo Prete" > *To: *"bobroff" > *Sent: *Tuesday, June 11, 2024 7:18:45 PM > *Subject: *Re: Spontini experiences > > > > Il

Re: Spontini experiences

2024-06-11 Thread Paolo Prete
On Tue, Jun 11, 2024 at 3:00 PM bobr...@centrum.is wrote: > Paolo, > > 1.25_alfa did, indeed, solve the issue I was having! After removing > 1.24_alfa and unpacking 1.25_alfa it wouldn't even compile a simple *.ly > file. It threw errors. After mucking about a bit, making sure that the > paths

Re: Spontini experiences

2024-06-10 Thread Paolo Prete
On Mon, Jun 10, 2024 at 6:18 PM bobr...@centrum.is wrote: > > > -- > > *From: *"Paolo Prete" > *To: *"bobroff" > *Cc: *"Lillypond Users Mailing List" > *Sent: *Monday, June 10, 2024 11:53:04 AM > *Subject: *R

Re: Spontini experiences

2024-06-10 Thread Paolo Prete
On Mon, Jun 10, 2024 at 8:50 AM bobr...@centrum.is wrote: > > > -- > > *From: *"Paolo Prete" > *To: *"bobroff" > > >> 3) The path where Inkscape is installed. e.g: C:\Program > Files\Inkscape\bin\inkscape.exe &

Re: Spontini experiences

2024-06-09 Thread Paolo Prete
On Mon, Jun 10, 2024 at 12:22 AM bobr...@centrum.is wrote: > It's preferable if you don't manually edit the config file and you set > Inkscape with the GUI. Just click on TOOLS -> "Set configuration > parameter". Then enter "inkscape-exec" as the parameter to configure, then > enter "path/to/inks

Re: Spontini experiences

2024-06-09 Thread Paolo Prete
Hello David, Thanks for your feedback! > A few observations: > > I tried the Export SVG to PDF and got a warning about Inkscape being > called but not set. There is no option in the Spontini server to set > Inkscape. I did not have Inkscape installed initially, so I installed it > and tried t

Re: how to draw lines independent from the notes

2024-06-04 Thread Paolo Prete
2024-06-03 10:56 am, Paolo Prete wrote: > > Thanks Aaron, see the attached pdf as an example: > > > I may have gone too far with this. But I hope it helps. I'm replying > privately as I am not sure how best to present the material to the wider > audience. Basically, if y

Re: how to draw lines independent from the notes

2024-06-03 Thread Paolo Prete
Thanks Aaron, see the attached pdf as an example: On Mon, Jun 3, 2024 at 7:49 PM Aaron Hill wrote: > On 2024-06-03 10:39 am, Paolo Prete wrote: > > On Mon, Jun 3, 2024 at 7:33 PM Aaron Hill > > wrote: > > > > so feel free to > >> reach out i

Re: how to draw lines independent from the notes

2024-06-03 Thread Paolo Prete
On Mon, Jun 3, 2024 at 7:33 PM Aaron Hill wrote: > On 2024-06-03 10:25 am, Paolo Prete wrote: > > Thanks, this is what I was searching for! > > > > Now, for an optimal refinement: is there a way to avoid these curved > > sides > > on the arrows and can the

Re: how to draw lines independent from the notes

2024-06-03 Thread Paolo Prete
pacing.minimum-distance = 0 > markup-markup-spacing.padding = 0 > > markup-system-spacing.basic-distance = 0 > markup-system-spacing.minimum-distance = 0 > markup-system-spacing.padding = 0 > > top-markup-spacing.basic-distance = 0 > top-markup-spacing.minimum-distance =

Re: how to draw lines independent from the notes

2024-06-03 Thread Paolo Prete
Thanks to Torsten and Werner, I'm going to use the postscript approach. But what about the segment with arrows and centered text? I googled a bit, and I also queried ChtaGPT but could not find anything useful... On Mon, Jun 3, 2024 at 11:46 AM Torsten Krueger wrote: > Paolo Prete

how to draw lines independent from the notes

2024-06-02 Thread Paolo Prete
Hello, How can I draw a vertical (or even diagonal) line independently positioned from the notes in the score, that can span across staves, as shown in the figure? In addition, how can I draw a horizontal line with arrows on both sides and centered text above it, always independent from the score

Re: how to draw lines independent from the notes

2024-06-02 Thread Paolo Prete
For the question 1), I just found this: https://lsr.di.unimi.it/LSR/Snippet?id=253 Any idea about question 2? (arrows + centered text) Thanks On Sun, Jun 2, 2024 at 7:05 PM Paolo Prete wrote: > Hello, > > How can I draw a vertical (or even diagonal) line independently positioned &

Re: spontini-editor

2024-06-01 Thread Paolo Prete
helps Cheers On Sat, Jun 1, 2024 at 11:29 AM Stefan Thomas wrote: > Yes, that's it. > > Paolo Prete schrieb am Sa., 1. Juni 2024, 10:53: > >> Hi Stefan, do you mean the following flag?: >> >> -I, --include=directory >> >> This Is not currently sup

Re: spontini-editor

2024-06-01 Thread Paolo Prete
ar Paolo, > rhanks, that helped me a lot. There is one more thing: how çan I set the > default include path for lilypond? > > Paolo Prete schrieb am Fr., 31. Mai 2024, 21:18: > >> Check here (tell me if you have issues): >> >> >> https://github.com/paopre/Spon

Re: spontini-editor

2024-05-31 Thread Paolo Prete
orkspace. I > can also see, that webmidi works with this browser. > But I don't know how I could activate midi input with Spontini. A hint > would be great. > Thanks, > Stefan > > Am Fr., 31. Mai 2024 um 00:43 Uhr schrieb Paolo Prete < > paolopr...@gmail.com>: >

Re: spontini-editor

2024-05-30 Thread Paolo Prete
On Thu, May 30, 2024 at 7:14 PM Stefan Thomas wrote: > Dear Paolo, > I could install Spontini. When I open it in chromium browser I get the > message "InvalidStateError: Platform dependent initialization failed." > Hi Stefan, this is a Chromium bug (you don't have it in Chrome) on MIDI input. Se

Re: spontini-editor

2024-05-30 Thread Paolo Prete
Hello Stefan, Unfortunately not, at the moment. Maybe it would be good to open a mailing list dedicated to easier editing with LilyPond, and direct questions there? Otherwise, tell me what the best and fastest choice might be. In the meantime you can ask questions in the LilyPond-user mailing l

Re: Transparent box around notes

2024-05-04 Thread Paolo Prete
Thanks, I'll check it out! Il ven 3 mag 2024, 14:23 K. Blum ha scritto: > Hi Paolo, hi David, > > I've replaced the current stencil function with the one from the > openLilyLib "frames" module (which has even more capabilities). > Here is the result: > https://github.com/KlausBlum/Ly-Boxer-Snipp

Re: Transparent box around notes

2024-05-01 Thread Paolo Prete
Hello David and Klaus, A further improvement is to add colors with alpha channel. I therefore replaced (see the attached file): (if filled (ly:make-stencil (list 'color fill-color (list 'round-filled-box (- (- (car xext

Re: Transparent box around notes

2024-04-30 Thread Paolo Prete
Ta On Tue, Apr 30, 2024 at 8:04 PM K. Blum wrote: > Hi Paolo, hi everyone, > > > Yeah, it works if I just replace add-grob-definition with: > > > > #(define (add-grob-definition grob-name grob-entry) > >(set! all-grob-descriptions > > (cons ((@@ (lily) completize-grob-entry) > >

Re: Fw: Frescobaldi ... panic alternatives?

2024-04-30 Thread Paolo Prete
ark > > > > *From:* lilypond-user-bounces+carsonmark=ca.rr@gnu.org > *On Behalf Of *Paolo > Prete > *Sent:* Tuesday, April 30, 2024 12:58 PM > *To:* Dirck Nagy ; lilypond-user > *Subject:* Re: Fw: Frescobaldi ... panic alternatives? > > > > FYI I just mad

Re: Fw: Frescobaldi ... panic alternatives?

2024-04-30 Thread Paolo Prete
per and maintainer of the software, and I need collaboration (most notably for testing). Without it, I'm forced to mark my releases as "alfa" (but it should work...) https://github.com/paopre/Spontini/releases/tag/1.23_alfa On Tue, Apr 30, 2024 at 12:56 PM Paolo Prete wrote: >

Re: Fw: Frescobaldi ... panic alternatives?

2024-04-30 Thread Paolo Prete
On Tue, Apr 30, 2024 at 6:45 AM Dirck Nagy wrote: > Hi all > > Reading that last thread about Frescobaldi and its possible disappearance > from Mac is causing me to panic. Jean, I did not realize that you were the > last person to seriously work on Frescobaldi / Mac. > > > I use Mac exclusively,

Re: Transparent box around notes

2024-04-30 Thread Paolo Prete
On Tue, Apr 30, 2024 at 6:38 AM Werner LEMBERG wrote: > > > [...] the snippet is _very_ useful, and certainly much easier to use > > than the lsr snippet. > > Please submit the example as a new LSR snippet. > > I submitted it (see: https://lsr.di.unimi.it/LSR/Item?u=1&id=1188 ) but the second box

Re: Transparent box around notes

2024-04-29 Thread Paolo Prete
transparency) instead of a rectangle with segments? Thanks again, P (I attach here the updated version of the snippet) On Sun, Apr 28, 2024 at 11:38 AM Robin Bannister wrote: > Paolo Prete wrote: > > Note that there's also this (no trial-and-error): > > > > https://lists.gnu

Re: Transparent box around notes

2024-04-27 Thread Paolo Prete
Note that there's also this (no trial-and-error): https://lists.gnu.org/archive/html/lilypond-user/2015-01/msg00142.html But it doesn't compile with 2.24... On Sat, Apr 27, 2024 at 2:20 PM Paolo Prete wrote: > Thanks for the tip, but unfortunately it doesn't seem to fit what

Re: Transparent box around notes

2024-04-27 Thread Paolo Prete
at, Apr 27, 2024 at 12:17 PM Robin Bannister wrote: > Paolo Prete wrote: > > Something like: > > > > \coloredBox color offsLeft offsTop offsRight offsBottom "labelstring" > > labeldirection { c' e' f' } > > > > Many thanks for your help!

Transparent box around notes

2024-04-26 Thread Paolo Prete
Hello LilyPonders, How can I draw a box around a group of notes so that (see the attached image) 1) it is filled with a transparent color 2) it occupies the minimum area that includes the notes + four (optional) offsets (left, top, right, bottom) that can be set by the user? 3) ... it would be gr

Re: Default value of top-margin setting

2023-02-20 Thread Paolo Prete
size (A4) this is 10mm, for other sizes this is scaled accodingly). > > Cheers, > Valentin > > Am Montag, 20. Februar 2023, 22:30:51 CET schrieb Paolo Prete: > > Hello, > > > > Regarding the top-margin setting of the \paper block, where can I find > its > >

Default value of top-margin setting

2023-02-20 Thread Paolo Prete
Hello, Regarding the top-margin setting of the \paper block, where can I find its default value(s) for the various versions (2.20.x, 2.21.x, 2.22.x etc.) ? Thanks!

Re: Workaround for issue on tuplet of skips

2023-02-19 Thread Paolo Prete
Great, thanks Jean! It made the editor compatible with 2.25.x series too On Sun, Feb 19, 2023 at 2:18 AM Jean Abou Samra wrote: > Le dimanche 19 février 2023 à 02:09 +0100, Paolo Prete a écrit : > > Hello LilyPonders, > > Currently, I checked that Spontini-Editor has an incompat

Workaround for issue on tuplet of skips

2023-02-18 Thread Paolo Prete
Hello LilyPonders, Currently, I checked that Spontini-Editor has an incompatibility with LP 2.25.x (it works well with 2.24.x branch) due to this bug: https://gitlab.com/lilypond/lilypond/-/issues/6482 More specifically, the incompatibility happens when hidden tuplets of skips, which don't compi

Re: Spontini-Editor 1.20 released

2023-01-17 Thread Paolo Prete
ithout any installation. On Wed, Jan 18, 2023 at 2:37 AM Knute Snortum wrote: > On Mon, Jan 16, 2023 at 10:07 AM Paolo Prete wrote: > > > You just have to run the executable, not the .py file. > > But I'm on Linux. > > -- > Knute Snortum >

Re: Spontini-Editor 1.20 released

2023-01-16 Thread Paolo Prete
Il lun 16 gen 2023, 19:04 Knute Snortum ha scritto: > On Mon, Jan 16, 2023 at 4:59 AM Paolo Prete wrote: > > > > Hi, > > > > A new release (1.20-alpha) of Spontini-Editor is available at: > > > > https://github.com/paopre/Spontini/releases/tag/1.20

Re: Spontini-Editor 1.20 released

2023-01-16 Thread Paolo Prete
:59 AM Paolo Prete wrote: > > A new release (1.20-alpha) of Spontini-Editor is available > > Looks very nice so far! I have it running on Windows 10, will explore > further. > -- > Karlin High > Missouri, USA >

Spontini-Editor 1.20 released

2023-01-16 Thread Paolo Prete
Hi, A new release (1.20-alpha) of Spontini-Editor is available at: https://github.com/paopre/Spontini/releases/tag/1.20_alfa It includes two important features: 1) The application is now _totally_ no-install. This means that you just need to unzip the downloaded release for the desired operatin

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

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

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 funct

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!

Re: Error with -dbackend=null (Lilypond 2.23.10)

2022-07-10 Thread Paolo Prete
? On Sunday, July 10, 2022, David Kastrup wrote: > Jean Abou Samra writes: > > > Le 10/07/2022 à 17:38, Paolo Prete a écrit : > >> I just used -dno-print-pages as an alternative, and it works. > >> Will it be removed too in the future? > > > >

Re: Error with -dbackend=null (Lilypond 2.23.10)

2022-07-10 Thread Paolo Prete
I just used -dno-print-pages as an alternative, and it works. Will it be removed too in the future? thanks On Sun, Jul 10, 2022 at 5:30 PM Jean Abou Samra wrote: > Hello, > > Please keep the list posted. > > Le 10/07/2022 à 14:19, Paolo Prete a écrit : > > It Is very

Re: Error with -dbackend=null (Lilypond 2.23.10)

2022-07-10 Thread Paolo Prete
gt; > > Le 10 juil. 2022 à 12:43, Paolo Prete a écrit : > >  > Hello, > > lilypond -dbackend=null foo.ly produces the following error: > > GNU LilyPond 2.23.10 (running Guile 2.2) > Processing `foo.ly' > Parsing... > foo.ly:1: warning: no \version stateme

Error with -dbackend=null (Lilypond 2.23.10)

2022-07-10 Thread Paolo Prete
Hello, lilypond -dbackend=null foo.ly produces the following error: GNU LilyPond 2.23.10 (running Guile 2.2) Processing `foo.ly' Parsing... foo.ly:1: warning: no \version statement found, please add \version "2.23.10" for future compatibility Interpreting music... Preprocessing graphical objects.

Download of 2.23.7-9

2022-07-10 Thread Paolo Prete
Hello, When looking inside: http://lilypond.org/download/binaries/linux-64/ ...I see that 2.23.7,8,9 are not available for download. Why? Thanks! P

Re: Lilybin?

2022-06-02 Thread Paolo Prete
On Friday, June 3, 2022, Knute Snortum wrote: > On Wed, Jun 1, 2022 at 4:55 AM Paolo Prete wrote: > > > > Hello, > > > > FYI this editor completely works over the web: > > > > > > https://github.com/paopre/Spontini > > > > > > I

Re: Lilybin?

2022-06-01 Thread Paolo Prete
Hello, FYI this editor completely works over the web: https://github.com/paopre/Spontini I hope someone will decide to host it... Best, P On Wednesday, June 1, 2022, Kevin Cole wrote: > I hadn't heard of either LilyBin or HacLily. > > So... Basically Frescobaldi over the web, yes? > > Oth

Re: About cross-staff beaming in voiceTwo

2022-02-28 Thread Paolo Prete
Hello, for complex cross-staff music I would suggest you to try this: https://github.com/paopre/Spontini/blob/master/documentation/tabular.md You can save much time while improving the readability of the code. Cheeers On Monday, February 28, 2022, Rip _Mus wrote: > Hello everyone, > here's

Re: ANN: Spontini-Editor version 1.12-alfa

2022-02-19 Thread Paolo Prete
one can use it > from http://localhost:8000/spontini-editor/. > > Best > Jan-Peter > > Am 11.02.22 um 00:33 schrieb Paolo Prete: > > Hello, > > > > I have published a new version of Spontini-Editor (1.12-alpha): it is > > still in the testing phase and therefore

Question about cairo backend

2022-02-12 Thread Paolo Prete
Hello, I'm testing the cairo backend on SVG output. However, it doesn't seem to support metadata through output-attributes, nor point-and-click links. After reading this thread https://www.mail-archive.com/lilypond-devel@gnu.org/msg77712.html ... it appears to me that the lack of hyperlinks is

Re: ANN: Spontini-Editor version 1.12-alfa

2022-02-11 Thread Paolo Prete
Thanks, I was not aware of it and I'll surely test it ASAP Cheers, P On Fri, Feb 11, 2022 at 1:10 PM Jean Abou Samra wrote: > > Le 11/02/2022 11:07, Paolo Prete a écrit : > > > > > > Thanks for these infos. > > > > > > 1) once I download a develo

Re: ANN: Spontini-Editor version 1.12-alfa

2022-02-11 Thread Paolo Prete
(or pm to my email)? thanks On Fri, Feb 11, 2022 at 11:18 AM Thomas Scharkowski < t.scharkow...@t-online.de> wrote: > > > > Am 11.02.2022 um 00:33 schrieb Paolo Prete : > > > > Hello, > > > > I have published a new version of Spontini-Editor (1.12-alph

Re: ANN: Spontini-Editor version 1.12-alfa

2022-02-11 Thread Paolo Prete
11/02/2022 à 00:33, Paolo Prete a écrit : > >> 1) support for PDF output, in order to speed up the compilation of >> scores. Thanks to the PDF mode, instead of SVG, the compilation time >> drastically decreases: once the score has been sketched it is possible to >> s

ANN: Spontini-Editor version 1.12-alfa

2022-02-10 Thread Paolo Prete
Hello, I have published a new version of Spontini-Editor (1.12-alpha): it is still in the testing phase and therefore not available in the list of releases, but it is already working and it can be downloaded from the main project page. https://github.com/paopre/Spontini The important features of

Re: String at the bottom of a cover page without using \markup

2021-12-19 Thread Paolo Prete
On Sat, Dec 18, 2021 at 11:09 PM Paolo Prete wrote: > The vertical-fill method does exactly what I asked in the very first post. > But soon after, thanks to this thread, I saw some limitations in a > pure-LilyPond approach, which I did not know: therefore I stated, *before* > y

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
quite well for cover pages and such. > > Cheers, > Valentin > > Am Samstag, 18. Dezember 2021, 21:13:57 CET schrieb Paolo Prete: > > Hello Valentin > > > > On Sat, Dec 18, 2021 at 7:35 PM Valentin Petzel > wrote: > > > Hello Paolo, > > > >

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
Hello Valentin On Sat, Dec 18, 2021 at 7:35 PM Valentin Petzel wrote: > Hello Paolo, > > That is not exactly true. The first time you used the word template was > quite > some way in when you assumed that you’d need to set the markups > differently > for any possible configuration (which is wher

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
On Sat, Dec 18, 2021 at 6:57 PM David Kastrup wrote: > Paolo Prete writes: > > > If you read again my posts, you will find the core specification, with > > a specific word, since the very first posts of this thread, not at a > > random place. And I repeated it several

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
On Sat, Dec 18, 2021 at 4:44 PM Valentin Petzel wrote: > And please don't feel offended by my last mail, I'm not in the best shape, > as a friend of mine killed himself recently. > > Hello Valentin, This is really sad news, especially if it happens at a time of pandemic, which in itself is hard

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
s you can see when I publish an ANN of a new release of my editor (which costs to me lot of work, obviously): I simply do what I think is good to do. And I hope you'll do the same (which completely takes away possible frustration). Best, P > Valentin > > Am Samstag, 18. Dezember 202

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
On Sat, Dec 18, 2021 at 10:25 AM Jean Abou Samra wrote: > Hi, > > Okay, I'll let myself sucked in this (in my opinion > unnecessarily) heated thread I really thank you for this post. It not only explains what I had in mind regarding the technical side of the thread; it also highlights a bigger

Re: String at the bottom of a cover page without using \markup

2021-12-18 Thread Paolo Prete
On Sat, Dec 18, 2021 at 11:57 AM Valentin Petzel wrote: > Hello Paolo, > > Please note that default values are intended to be changed if required. Hello Valentin, as said before I don't want this kind of customization: I think it reduces readability of the code (unless it is wrapped, but this

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Saturday, December 18, 2021, Paolo Prete wrote: > > > On Saturday, December 18, 2021, Aaron Hill > wrote: > >> On 2021-12-17 4:28 pm, Paolo Prete wrote: >> >>> The example Aaron showed already added *logic* to the template >> >> > > >

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Saturday, December 18, 2021, Aaron Hill wrote: > On 2021-12-17 4:28 pm, Paolo Prete wrote: > >> The example Aaron showed already added *logic* to the template [...] >> > > To be fair, all I showed was the default setting for oddFooterMarkup from > titling-init.

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
> > > > Also you are wrong, recurring footers are not the rule. Many footers or > headers for example include page numbering, which tends to be different on > each page. > > (in addition to my previous message) This is not what I meant. The fact that page numbering is different on each page doesn'

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Sat, Dec 18, 2021 at 1:00 AM Valentin Petzel wrote: > Hello Paolo, > > I think you underestimate Lilypond. Hi Valentin, this is not true. I well know, and stated several times, that LilyPond has the power of a nuclear reactor. And I'm sure too that with customizations you can do whatever yo

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
p as a quite clean way of doing such > things. > > Valentin > > 17.12.2021 19:20:27 Paolo Prete : > > > > On Fri, Dec 17, 2021 at 7:14 PM Kevin Barry wrote: > >> > I'm still convinced it is a hack. Commonly, the "hack" term is used for &

Send program changes to non general-midi soundfont

2021-12-17 Thread Paolo Prete
Hello, which is the best way to send program changes to non general-MIDI soundfonts? Should I wrap \set Staff.midiInstrument = "general-midi-instr-name" with a custom command or is there a (lower-level) way to send program changes by number? Thanks!

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 8:32 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > > No. I'm applying it in its *natural* context (the programming code of > LP, that couples two functions > > Since \header (where the data resides) is not a *function*, I'll be > interested to he

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
t 8:08 PM Carl Sorensen wrote: > > > > > *From: *lilypond-user gmail@gnu.org> on behalf of Paolo Prete > *Date: *Friday, December 17, 2021 at 12:06 PM > *To: *Kieren MacMillan > *Cc: *Valentin Petzel , Lilypond-User Mailing List < > lilypond-user@gnu.org

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 8:21 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > > > https://en.wikipedia.org/wiki/Coupling_(computer_programming)#:~:text=In%20software%20engineering%2C%20coupling%20is,of%20the%20relationships%20between%20modules > > "In software engineering,

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
Hello again Kieren ;-) On Fri, Dec 17, 2021 at 7:57 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > > As explained before, I don't want to proceed in this way. The string > that I have to write at the bottom of the page is part of the *body*, not > of the footer. > > I d

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 7:49 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi again, > > >> The fields *are* totally decoupled… > > No, they are not. They are coupled on the first page. Then they are > partially decoupled, not totally decoupled. > > There is absolutely no coupling: >

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 7:46 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > > This can be solved by having a footer with separate user settable > fields. For example: footer.text1, footer.text2 etc. Then you don't have to > use a "copyright" field at all. > > You can do

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 7:23 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > > I still prefer to have these fields totally decoupled. > > The fields *are* totally decoupled… > > No, they are not. They are coupled on the first page. Then they are partially decoupled, not t

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 7:14 PM Kevin Barry wrote: > > I'm still convinced it is a hack. Commonly, the "hack" term is used for > indicating a work-around with some emphasis. > > In the case we are talking about, David's suggestion would be a simple > work-around (---> improper use of a label to b

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 6:57 PM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > > In fact, a footer is not simply an element that is placed on the bottom > of a page. It also has to be recurrent in order to be a footer. > > To be precise, it has to *have the potential* to re

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 6:48 PM Paolo Prete wrote: > > > It also has to be recurrent in order to be a footer. And a copyright > field is not required to be recurrent. > More precisely: the recurrence of the copyright (if it is recurrent) and that of the footer should not be coupled.

Re: String at the bottom of a cover page without using \markup

2021-12-17 Thread Paolo Prete
On Fri, Dec 17, 2021 at 8:32 AM Valentin Petzel wrote: > Hello Paolo, > as far as I'm concerned there is nothing hacky about using footer markup > for its intended purpose, that is placing stuff at the bottom of the page. > Rather any other method would probably involve lots of volatile hacks. In

  1   2   3   4   5   6   >