Re: feasibilty question: simple GUI for web-based Lilypond instance

2020-10-24 Thread Martín Rincón Botero
> This is exactly the kind of thing I’m thinking about! That’s what I thought :-). > If there were an open-source version of this, I think it would make huge > inroads in the music education field. Maybe a bit contentious of mine, but why would an open-source license help in its success?

Re: feasibilty question: simple GUI for web-based Lilypond instance

2020-10-24 Thread Martín Rincón Botero
Hi Kieren, I’m haven’t investigated its collaborative capabilities if any, but  https://www.scorio.com/web/scorio/scorio-music-notator is an online GUI for Lilypond. Some of its functionality is only available in the paid version, though. Perhaps it’s an alternative. Cheers, Martín.

question about slur penalties

2022-09-07 Thread Martín Rincón Botero
Hi, this question is related to my last merge request https://gitlab.com/lilypond/lilypond/-/merge_requests/1611. To my surprise, there seem to be strong objections against it, despite being an improvement in all tests. I wanted to know more about penalties in slur-configuration.cc in general.

How to check if script belongs to first note

2022-10-30 Thread Martín Rincón Botero
Hi all, I hope this can be answered with pseudo- C++ code. I've been working on something but I'm stuck with this. Say I have a list of scripts produced by extract_grob_set. They all make part of a spanner. How can I generally check if a certain script is attached to the first note

Re: How to check if script belongs to first note

2022-10-31 Thread Martín Rincón Botero
Thank you Jean for the information. That works! Martín. > > On Oct 31, 2022 at 12:00 AM, mailto:j...@abou-samra.fr)> > wrote: > > > > Le 30/10/2022 à 20:55, Martín Rincón Botero a écrit : > Hi all, > >

Snippet 860 not necessary

2022-10-17 Thread Martín Rincón Botero
Hello, I just discovered that printing a tuplet bracket when on the note head side had a corresponding workaround in the LSR. This snippet is not necessary anymore since 2.23.14 and should be deleted https://lsr.di.unimi.it/LSR/Item?id=860. I think Harm is the one who does that, right? —Martín.

Re: Snippet 860 not necessary

2022-10-17 Thread Martín Rincón Botero
Ah, I see. My bad. Am Mo., 17. Okt. 2022 um 21:50 Uhr schrieb Jean Abou Samra < j...@abou-samra.fr>: > Le 17/10/2022 à 21:45, Jean Abou Samra a écrit : > > Le 17/10/2022 à 21:29, Martín Rincón Botero a écrit : > >> Hello, > >> > >> I just disc

visible-over-note-heads snippet

2022-10-14 Thread Martín Rincón Botero
Hello, as suggested by Jean, I still intend to make a snippet for the new visible-over-note-heads in the rhythm snippets section of the documentation. Is it something that should be merged into the 2.25 branch or into 2.24? (the feature per se is already merged, so it makes sense that it's in

Re: visible-over-note-heads snippet

2022-10-14 Thread Martín Rincón Botero
By seeing the messages of Jonas, I think the answer to my PS is that the branch is open for development. Am Fr., 14. Okt. 2022 um 18:13 Uhr schrieb Martín Rincón Botero < martinrinconbot...@gmail.com>: > Hello, > > as suggested by Jean, I still intend to make a snippet for the new

Is the flageolet symbol too big?

2022-08-05 Thread Martín Rincón Botero
With the experience I had making this merge request https://gitlab.com/lilypond/lilypond/-/merge_requests/1524 I make myself the same question that I had with accents: is the flageolet symbol too big? At first sight I would say yes. The documentation even includes tips for making it smaller (in

Re: Making test-baseline fails

2022-11-19 Thread Martín Rincón Botero
Thank you for your quick answer. Running make again was indeed all it took for it to start working again. Am Sa., 19. Nov. 2022 um 18:37 Uhr schrieb Jean Abou Samra < j...@abou-samra.fr>: > Le 19/11/2022 à 18:31, Martín Rincón Botero a écrit : > > Hello, > > > > I'

Making test-baseline fails

2022-11-19 Thread Martín Rincón Botero
Hello, I'm trying to make a new test-baseline for the automated regression tests. This time I'm not able to do it. I made first make clean and then make test-baseline checking out the current git master all while being inside of the build directory. After a while I get: testing

Re: working with Python scripts

2023-01-25 Thread Martín Rincón Botero
gt; wait for some input, a e.g. before regarding the script as > finished. > > Werner > > Am Dienstag, den 24.01.2023, 00:07 +0100 schrieb Martín Rincón Botero: > > Dear list, > > > > I'm trying to debug this issue > > https://gitlab.com/lilypond/lilypond/-/issu

Re: working with Python scripts

2023-01-25 Thread Martín Rincón Botero
Hi Jean, thank you for your answer. Just to be sure: in the terminal I go to the build directory and there I type PYTHONPATH=./python:$PYTHONPATH build/out/bin/musicxml2ly ? Am Di., 24. Jan. 2023 um 00:10 Uhr schrieb Jean Abou Samra < j...@abou-samra.fr>: > On 24/01/2023 00:07, Mart

Re: working with Python scripts

2023-01-30 Thread Martín Rincón Botero
Hi Jean, sorry for taking so long to report back. This works, thank you! Martín. www.martinrinconbotero.com > > On Jan 25, 2023 at 1:26 PM, mailto:j...@abou-samra.fr)> > wrote: > > > > On 25/01/2023 11:

working with Python scripts

2023-01-23 Thread Martín Rincón Botero
Dear list, I'm trying to debug this issue https://gitlab.com/lilypond/lilypond/-/issues/6518 and I'm having trouble with what's probably the most basic thing but I can't seem to figure it out. I can't convert musicxml files with a self-compiled Lilypond other than inside of Frescobaldi. The