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
t; > 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 = 0 > top-markup-spacing.padding = 0 > } > > > > 3 ju

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 wr

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

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 position

Re: spontini-editor

2024-06-01 Thread Paolo Prete
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 supported. Bu

Re: spontini-editor

2024-06-01 Thread Paolo Prete
olo, > 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/Spontini/

Re: spontini-editor

2024-05-31 Thread Paolo Prete
ace. 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.

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

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: >

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

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
gt; > > > *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 made a n

Re: Fw: Frescobaldi ... panic alternatives?

2024-04-30 Thread Paolo Prete
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: > > > On Tue,

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=1188 ) but the second box

Re: Transparent box around notes

2024-04-29 Thread Paolo Prete
(with 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.org/

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 I'm > l

Re: Transparent box around notes

2024-04-27 Thread Paolo Prete
, 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! > > Paolo > >

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

Re: Default value of top-margin setting

2023-02-20 Thread Paolo Prete
aper 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

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

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 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 Spo

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

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? > > > &g

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 ve

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 statement found, pleas

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

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? > >

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
> 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 not available

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 development

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-

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

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

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

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

2021-12-18 Thread Paolo Prete
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, > > > > > > Tha

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

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 sever

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

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

2021-12-18 Thread Paolo Prete
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 2021, 12:47:34 CET schrieb Paolo Prete: > > On Sat, Dec 1

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

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 > titl

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

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

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

2021-12-17 Thread Paolo Prete
g 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 >> indicating a work-around wi

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

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

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

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

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

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: 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.

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

2021-12-16 Thread Paolo Prete
Hello Valentin On Friday, December 17, 2021, Valentin Petzel wrote: > Hello Paolo, > That is to be expected, as the copyright field is simply used in the > default > footer markup (as I’ve hinted before). Still, is there any reason not to > use > the footer markup for that one? > Because this

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

2021-12-16 Thread Paolo Prete
Thank you very much! I thought there was a non-hackish way to do that, but I don't see alternative... On Friday, December 17, 2021, Aaron Hill wrote: > On 2021-12-16 3:37 pm, Paolo Prete wrote: > >> Thanks to all the participants to this thread. I'm a bit stuck into this. >> U

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

2021-12-16 Thread Paolo Prete
-line { " " } } \header { copyright = \markup \fill-line { \raise #10 \box "String two" } } \markup { \fill-line { \lower #10 \box "String one" } } % On Thu, Dec 16, 2021 at 11:25 PM Timothy Lanfear wrote: > On 16/12/2021 21:34, Paolo Prete wr

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

2021-12-16 Thread Paolo Prete
reason not to use footer markup? After all > this is basically what that is for. > > Cheers, > Valentin > > 15.12.2021 13:16:24 Paolo Prete : > > Hello, > > on the very first page of a score, is there a way to place a string at the > bottom (minus the bottom margin), possibly without using the footer > markup? > > Thanks! > P > >

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

2021-12-16 Thread Paolo Prete
, is there any reason not to use footer markup? After all > this is basically what that is for. > > Cheers, > Valentin > > 15.12.2021 13:16:24 Paolo Prete : > > Hello, > > on the very first page of a score, is there a way to place a string at the > bottom (minus the bott

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

2021-12-16 Thread Paolo Prete
, is there any reason not to use footer markup? After all > this is basically what that is for. > > Cheers, > Valentin > > 15.12.2021 13:16:24 Paolo Prete : > > Hello, > > on the very first page of a score, is there a way to place a string at the > bottom (minus the bott

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

2021-12-16 Thread Paolo Prete
Thanks, got it! On Wednesday, December 15, 2021, David Kastrup wrote: > Paolo Prete writes: > > > Hello, > > > > on the very first page of a score, is there a way to place a string at > the > > bottom (minus the bottom margin), possibly without using the foo

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

2021-12-15 Thread Paolo Prete
Hello, on the very first page of a score, is there a way to place a string at the bottom (minus the bottom margin), possibly without using the footer markup? Thanks! P

Re: Shift vertically a text centered on a hairpin

2021-12-12 Thread Paolo Prete
: > > > Le 12/12/2021 à 15:05, Paolo Prete a écrit : > > > > > > On Sun, Dec 12, 2021 at 2:56 PM Jean Abou Samra > > wrote: > > > > > > > > Le 12/12/2021 à 14:28, Paolo Prete a écrit : > > > Hello, > > > > >

Re: Shift vertically a text centered on a hairpin

2021-12-12 Thread Paolo Prete
On Sun, Dec 12, 2021 at 2:56 PM Jean Abou Samra wrote: > > > Le 12/12/2021 à 14:28, Paolo Prete a écrit : > > Hello, > > > > it would be good to have more control on the text centered on a hairpin. > > > > For example: I can't shift the text vertically,

Shift vertically a text centered on a hairpin

2021-12-12 Thread Paolo Prete
Hello, it would be good to have more control on the text centered on a hairpin. For example: I can't shift the text vertically, and I think this is useful because sometime the text is too near the hairpin. I tried \lower #offset inside the markup but it doesn't work, how can I fix this? Thank

Re: Issue when setting the font-name for a hairpin with centered text

2021-12-12 Thread Paolo Prete
Thank you, all clear! On Sun, Dec 12, 2021 at 1:07 PM Jean Abou Samra wrote: > Le 12/12/2021 à 12:53, Paolo Prete a écrit : > > Hello, > > > > I'm trying to set the font-name for a hairpin with centered text later > > in the score, and not in the definition of th

Issue when setting the font-name for a hairpin with centered text

2021-12-12 Thread Paolo Prete
Hello, I'm trying to set the font-name for a hairpin with centered text later in the score, and not in the definition of the function. However, my attempt, in the snippet below, doesn't work. How can I fix this? Thanks, P % hairpinWithCenteredText = #(define-music-function (text) (markup?)

Re: Issue on vertical spacing of a TupletBracket

2021-12-10 Thread Paolo Prete
a'' a'' a''} } % On Fri, Dec 10, 2021 at 10:09 AM Jean Abou Samra wrote: > Le 10/12/2021 à 01:13, Paolo Prete a écrit : > > Hello, > > > > please look at this snippet (tested with 2.22.0): > > > > % > > { > > \time 5/4 > > \ove

Re: Issue on vertical spacing of a TupletBracket

2021-12-10 Thread Paolo Prete
On Fri, Dec 10, 2021 at 3:47 AM Kieren MacMillan < kie...@kierenmacmillan.info> wrote: > Hi Paolo, > > Maybe this gives you a starting point? > > %%% > \version "2.23.4" > > ignoreH = >\propertyTweak horizontal-skylines ##f >\propertyTweak extra-spacing-width #empty-interval >\etc > >

Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
On Fri, Dec 10, 2021 at 2:53 AM Paolo Prete wrote: > > 1) the upper margin should be calculated from the BOTTOM of the > TupletBracket > Then I wonder if is there a way to overlay a white filled box on the TupletBracket, or a white vertical line at its bottom, in a way that the

Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
Hello, Unfortunately your work-around can't be applied because the issue happens for every articulation, not only for the staccato. In addition, it would not affect the midi output of the articulate script. Note that the issue is not on the staccato dot, it is on the gap between the accidental

Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
Hello, please look at this snippet (tested with 2.22.0): % { \time 5/4 \override TupletBracket.direction = #UP \tuplet 3/2 { a'' a'' ais''-.} s \tuplet 3/2 { \once \hide Accidental a'' a'' ais''} } % As you can see, the vertical gap between the staccato dot and the tuplet bracket is

How to place slurs above multiple objects

2021-12-09 Thread Paolo Prete
Hello, Suppose that I have a slur that must be placed ABOVE a note which is part of a a TupletBracket and an OttavaBracket . As the documentation explains, TupletBrackets and OttavaBrackets need to have the outside-staff-priority property set to false in order to be printed inside slurs.

Re: (Re-post) Printing page numbers from a given page

2021-12-03 Thread Paolo Prete
Thanks Aaron, this is precious!! On Fri, Dec 3, 2021 at 2:44 AM Aaron Hill wrote: > On 2021-12-02 4:55 pm, Paolo Prete wrote: > > I re-post this because I noted later that the answer I obtained does > > not > > fit what I asked. > > I wonder if is there a way to

(Re-post) Printing page numbers from a given page

2021-12-02 Thread Paolo Prete
Hello, I re-post this because I noted later that the answer I obtained does not fit what I asked. I wonder if is there a way to start printing page numbers of a score from a given page. For example: if I want to start printing page numbers from page 3, page numbers 1 and 2, on first and second

Re: CPU stress tests for LilyPond

2021-12-02 Thread Paolo Prete
On Thu, Dec 2, 2021 at 9:21 PM David Wright wrote: > On Thu 02 Dec 2021 at 09:05:08 (+0100), Thomas Scharkowski wrote: > > On Thu, Dec 2, 2021 at 2:41 AM Paolo Prete wrote: > > > > With my processor (Intel Celeron N3350) it took 96 seconds to compile > MSDN.ly > >

ANN: Spontini-Editor version 1.8

2021-12-02 Thread Paolo Prete
Hello, I just created a new release (1.8) of Spontini-Editor. https://github.com/paopre/Spontini It is still under test: then, it is not yet included inside the "releases" page of the project, but it should already work and you can download it from the main page. Here are the new features: *

Re: CPU stress tests for LilyPond

2021-12-01 Thread Paolo Prete
Note too that there's a list of the results for the Gzip test: https://openbenchmarking.org/test/pts/compress-gzip >From this list it appears to me that Intel Core i5-11600k could be the "gold" PC for LilyPond... On Thu, Dec 2, 2021 at 2:41 AM Paolo Prete wrote: > Hello H

Re: CPU stress tests for LilyPond

2021-12-01 Thread Paolo Prete
--@ 1 jacquesmenu staff2695 Nov 17 2016 MSDM.ly > > 88 -rw-r--r-- 1 jacquesmenu staff 42641 Nov 30 16:32 MSDM.mid > > 1888 -rw-r--r-- 1 jacquesmenu staff 963019 Nov 30 16:32 MSDM.pdf > > > > The machine is a Mac Mini M1, 8GB RAM, 256 GB disk. > > &g

CPU stress tests for LilyPond

2021-11-30 Thread Paolo Prete
Hello, I need to buy a new PC, more powerful than the one I own. The CPU and RAM must be chosen on the time required to produce LilyPond output. Are there any test sheets with different CPUs and the time they take to output a score that takes a long time to compile? In case this doesn't exist

Re: Header inside the score context

2021-11-29 Thread Paolo Prete
On Mon, Nov 29, 2021 at 5:59 AM David Wright wrote: > On Wed 24 Nov 2021 at 19:44:59 (+0100), Paolo Prete wrote: > > > > If you do this regularly, I would suggest that that's just > what you do, copy your source through a simple filter to a > temporary file and compile th

  1   2   3   4   5   6   >