Re: Change stem direction based on position of note in staff?

2024-08-29 Thread Lukas-Fabian Moser
Hi Stefano, Am 28.08.24 um 16:59 schrieb Stefano Antonelli: Would it be possible to change the stem direction of a note based on it's position on the staff? This is the easiest of your questions, since this can be done using a callback on Stem.direction: \version "2.24.0" notehead-stemdirect

Text input size

2024-08-29 Thread richardhubbard.com
Hello. New user here, just trying out Lilypond with Frescobaldi. I’m struggling to read the text input panel, because the text is so small. I can’t see a way to make it bigger? (The Zoom button only works on the Music panel). Richard __ Richard Hubbard richardhubbard.com

Re: Text input size

2024-08-29 Thread Knute Snortum
On Thu, Aug 29, 2024 at 10:34 AM richardhubbard.com < rich...@richardhubbard.com> wrote: > Hello. New user here, just trying out Lilypond with Frescobaldi. > > I’m struggling to read the text input panel, because the text is so small. > I can’t see a way to make it bigger? (The Zoom button only wo

Re: Text input size

2024-08-29 Thread Silvain Dupertuis
I think you can change it through Edition > Settings (French Préférences) > Fonts and colors > Font and size can be modified at the bottom of the right panel. Default on my installation is DejaVu 10 pts. 10 pts is quite small, especially if your screen definition is very high (As for me, I us

Re: Text input size

2024-08-29 Thread richardhubbard.com
Aha, so it is! Thanks, that helps a lot. Richard __ Richard Hubbard richardhubbard.com > On 29 Aug 2024, at 19:18, Knute Snortum wrote: > > > On Thu, Aug 29, 2024 at 10:34 AM richardhubbard.com >

Change size of note object in markup

2024-08-29 Thread Fennel
I have a note object in markup, like so: \version "2.24.4" \markup { "blah blah" \note {2} #1 "blah blah" } I’d like the note to be a bit smaller relative to the text. How do I do this? Fennel ​

Re: Change stem direction based on position of note in staff?

2024-08-29 Thread Stefano Antonelli
On Thu, 2024-08-29 at 09:49 +0200, Lukas-Fabian Moser wrote: > Hi Stefano, Hi Lukas, > Am 28.08.24 um 16:59 schrieb Stefano Antonelli: > > Would it be possible to change the stem direction of a note based > > on > > it's position on the staff? > > This is the easiest of your questions, since thi

Re: Change stem direction based on position of note in staff?

2024-08-29 Thread Lukas-Fabian Moser
Hi Stefano, Am 30.08.24 um 04:10 schrieb Stefano Antonelli: Firstly, thanks very much for the help. This approach does not work well with polyphony as you suggest. I did give it a try. This new version implemented as an engraver does: \version "2.24.0" notehead-stemdirection-dictionary = #

Re: Change size of note object in markup

2024-08-29 Thread Lukas-Fabian Moser
Hi Fennel, Am 30.08.24 um 01:53 schrieb Fennel: I have a note object in markup, like so: |\version "2.24.4" \markup { "blah blah" \note {2} #1 "blah blah" } | I’d like the note to be a bit smaller relative to the text. How do I do this? Believe it or not: \markup { "blah blah" \smaller \no