[HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Robert Mengual
Hello everyone, I am facing a challenge in which I have been stuck already 7 days. I am sending this email as my last hope to get this done or at least receive any assistance that allows me to move forward. I really hope you can help me. Find attached a Tiny.ly, I did the same for changing thin

RE: [HELP] Change notehead font-size depending on note duration

2022-03-01 Thread Robert Mengual
: lilypond-user@gnu.org CC: Robert Mengual Asunto: Re: [HELP] Change notehead font-size depending on note duration Hello Robert, the problem here is that the font-size property of the NoteHead is not evaluated. (This happens from time to time, and I’m not sure why this is so.) To get your callback

Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Robert Mengual
Hello everyone, I am trying to position the notes of my custom music notation as in the screenshot. I tried using a custom callback for staffLineLayoutFunction. I thought it was going to be enough, but it won't allow decimal numbers. Does anybody have any idea how I can implement this behaviou

RE: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Robert Mengual
el Enviado: Miércoles, 02 de Marzo de 2022 18:49 Para: lilypond-user@gnu.org CC: Robert Mengual Asunto: Re: Position chromatic notes in 1/3 note head size instead of 1/2 Hello Robert, I’m not exactly sure what you want to do. If you want to achieve the results from the screenshot maybe using StaffS

RE: Position chromatic notes in 1/3 note head size instead of 1/2

2022-03-02 Thread Robert Mengual
ually NoteHead.Y-offset to decimals, but then I have the problem that the note position should be different depending on the clef... Robert De: Valentin Petzel Enviado: Miércoles, 02 de Marzo de 2022 19:16 Para: lilypond-user@gnu.org; Robert Mengual Asunt

Stem.note-collision-threshold

2022-03-11 Thread Robert Mengual
Hello everyone, I am developing a custom music notation in which distance between notes is different from the standard one. Instead of the tipical distance from C to D of 1, in mine for example this distance is 2/3. This of course causes notes in the same chord that are 1 tone away to overlap.

RE: Stem.note-collision-threshold

2022-03-14 Thread Robert Mengual
zo de 2022 0:05 Para: Robert Mengual ; lilypond-user@gnu.org Asunto: Re: Stem.note-collision-threshold Hi Robert, Le 11/03/2022 à 18:05, Robert Mengual a écrit : > Hello everyone, > > I am developing a custom music notation in which distance between > notes is different from the stan

Overwrite key signature with numbers

2023-10-02 Thread Robert Mengual
Hi, I am trying to overwrite the key signature for my custom music notation so that instead of displaying the sharp and flat icons, it shows a given number and the alteration. So, for example, E Major would show 4# instead of . I have been able to get the desired output by hardcodeing it using

Re: Overwrite key signature with numbers

2023-10-03 Thread Robert Mengual
anspose c as \expt > \transpose c a \expt > \transpose c ais \expt > \transpose c bes \expt > \transpose c b \expt > } > > Cheers, > Valentin > > Am Montag, 2. Oktober 2023, 14:21:37 CEST schrieb Robert Mengual: > > Hi, I am trying to overwrite the key si

Re: Overwrite key signature with numbers

2023-10-03 Thread Robert Mengual
Oh David's right, if the music ends with no alterations it is printing the key cancellation, even when it has been explicitely set to false.[image: image.png] What can I do in this case? I would like to keep the number+alteration but remove the 7 natural signs before that. Thank you, Robert El lu

Re: Overwrite key signature with numbers

2023-10-13 Thread Robert Mengual
fSymbol.ledger-extra = #my-desperate-test } } El mar, 3 oct 2023 a las 14:11, Valentin Petzel () escribió: > Am Dienstag, 3. Oktober 2023, 12:55:21 CEST schrieb Robert Mengual: > > > Thanks a lot Valentin, that's simply perfect! > > > > > > However, after readin

Re: Overwrite key signature with numbers

2023-10-13 Thread Robert Mengual
oct 2023 a las 16:38, Jean Abou Samra () escribió: > Le vendredi 13 octobre 2023 à 15:36 +0200, Robert Mengual a écrit : > > In the example below, I am receiving the following error: Wrong type > argument in position 1 (expecting Stream_event): #f > > I think I am not receiving a

Re: Overwrite key signature with numbers

2023-10-13 Thread Robert Mengual
Alright, thanks for your time. I really appreciate it. Robert El vie, 13 oct 2023 18:41, Jean Abou Samra escribió: > From what you say, I believe you are worried about chords, am I right? > > > > It's more fundamental than that: there is only *one* StaffSymbol per > staff, for the duration of t