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

2022-03-01 Thread Valentin Petzel
I understand. Maybe we could make sure to evaluate relevant properties in music_font_alist_chain should they be a callback? Alternatively we might also change the internal callback structure. Kind of if a property is a callback ((grob) ...) we might wrap it into a function like (() ((grob) ...)

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

2022-03-01 Thread Jean Abou Samra
Le 01/03/2022 à 20:34, Valentin Petzel a écrit : 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.) Look at Font_interface::get_default_font. It takes a property alist chain from

Re: Key change with clef after the bar line?

2022-03-01 Thread Jean Abou Samra
Le 01/03/2022 à 23:51, Alasdair a écrit : Dear Jean, I have just had time to make that change (of key to key-signature).  However, there is still an issue.  For example, in change from g major to g minor, we go from one sharp to two flats.  As I have a key signature in the middle of a bar

Re: Key change with clef after the bar line?

2022-03-01 Thread Wols Lists
On 01/03/2022 22:51, Alasdair wrote: However, what happens is that the natural sign is printed on top of the double bar line.  So either I need to not print the natural (which would be my preference), or somehow push the entire new key signature (one natural and two flats) after the clef sign.

Altering repeat dot style

2022-03-01 Thread Calvin Ransom
Hello everyone, Can I have some help making a repeat sign that looks like the image attached? I figured out how to reduce the height of the bar lines, but I am unable to properly change the dots to diamonds. Right now, I have adapted the code from LSR 913

RE: Altering the appearance of a time signature.

2022-03-01 Thread Calvin Ransom
Thanks Valentin! That is exactly what I was looking for! Thanks, Calvin Ransom -Original Message- From: Valentin Petzel Sent: February 28, 2022 3:06 AM To: lilypond-user@gnu.org Cc: Calvin Ransom Subject: Re: Altering the appearance of a time signature. Hello Calvin, is this to your

RE: Key change with clef after the bar line?

2022-03-01 Thread Alasdair
Dear Jean, I have just had time to make that change (of key to key-signature).  However, there is still an issue.  For example, in change from g major to g minor, we go from one sharp to two flats.  As I have a key signature in the middle of a bar (after a “Fine”), my current bar looks like this: 

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

2022-03-01 Thread Robert Mengual
Thank you very much Valentin!  It works perfectly although as you said it looks extrange. I will add it to lilypond snippets in case someone has the same problem in the future. Robert De: Valentin Petzel Enviado: Martes, 01 de Marzo de 2022 20:34 Para:

Re: Ossia with beam too long

2022-03-01 Thread Knute Snortum
You are right! When I carefully checked for all differences, the ossia rendered as I wanted it to. Thanks! -- Knute Snortum On Tue, Mar 1, 2022 at 11:01 AM Mats Bengtsson wrote: > > > On 2022-02-25 18:01, Knute Snortum wrote: > > On Fri, Feb 25, 2022 at 8:25 AM Mats Bengtsson > wrote: > >

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

2022-03-01 Thread Valentin Petzel
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 working you can ensure that the font-size is calculated by doing something like \override

Re: Ossia with beam too long

2022-03-01 Thread Mats Bengtsson
On 2022-02-25 18:01, Knute Snortum wrote: On Fri, Feb 25, 2022 at 8:25 AM Mats Bengtsson wrote: How about ossiaPart = \relative { \global \stopStaff s4. \startStaff << { \magnifyMusic 0.63 { \slashFlag

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

2022-03-01 Thread David Kastrup
Robert Mengual writes: > 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

Key cancellation at the beginning

2022-03-01 Thread Thomas Scharkowski
Hi, I’d like to have key cancellation naturals at the beginning of a score for f, c and g. How can I do this? Thank you, Thomas

[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