Re: Setting the emoji font

2024-01-16 Thread Werner LEMBERG
> I want to use emoji within markup, and I can see in the output log > that Lilypond can't find a character in its default emoji font > (Symbola). I can't figure out how to override the default font. LilyPond does *not* have a default emoji font! It is Pango and FontConfig which choose the font.

Re: Grandstaff multi-bar rest count shared between staves

2024-01-16 Thread Vaughan McAlley
On Wed, 17 Jan 2024 at 15:42, Martin Brown wrote: > To answer my own question, I've fudged this with: > \omit MultiMeasureRestNumber at the start of the bass line > \override MultiMeasureRestNumber.Y-offset = -5 at the start of the > treble line > but that seems a bit fragile. Eg. if the

Re: Grandstaff multi-bar rest count shared between staves

2024-01-16 Thread mskala
On Wed, 17 Jan 2024, Martin Brown wrote: > To answer my own question, I've fudged this with: >     \omit MultiMeasureRestNumber at the start of the bass line >     \override MultiMeasureRestNumber.Y-offset = -5 at the start of the > treble line > but that seems a bit fragile. Eg. if the staves nee

Bracket to indicate organ manual changes

2024-01-16 Thread David Poon
Hi, I've been trying to make a bracket to indicate a change of manuals for an organ piece, and have succeeded in getting Lilypond to generate what I want (code below) for a particular instance. However, I have three questions: 1) Why does this particular format work? I'm not understanding why rem

Re: Grandstaff multi-bar rest count shared between staves

2024-01-16 Thread Martin Brown
To answer my own question, I've fudged this with: \omit MultiMeasureRestNumber at the start of the bass line \override MultiMeasureRestNumber.Y-offset = -5 at the start of the treble line but that seems a bit fragile. Eg. if the staves need to be separated more. Any other solutions? Cheers

Re: Can I define custom bar lengths in LilyPond?

2024-01-16 Thread Hajo Baess
Thank you so much for your answer. I was talking about the dimensional width of a bar. The situation in my "fat" bar is complicated, because one singer in a recit enters while the other one is on her last note. So I had the problem of accommodating the lyrics and moving them around, so they are wel

Re: Including input files via command line

2024-01-16 Thread Benjamin Bruce
Actually the second solution (passing a variable via Scheme) works great! Basically I have multiple template files to render a score in different ways (paper sizes, etc) and this way I can use the same base file to generate PDFs using the different templates without editing the base file every t

Re: Setting the emoji font

2024-01-16 Thread YTG 1234
Trying with your example doesn't work. I neglected to mentioned the actual error messages, which might not actually mean what I had thought them to mean. programming error: Glyph has no name, but font supports glyph naming. Skipping glyph U+1FFC, file /usr/share/fonts/gdouros-symbola/Symbola.tt

Re: Including input files via command line

2024-01-16 Thread Aaron Hill via LilyPond user discussion
On 2024-01-16 10:12 am, Benjamin Bruce wrote: Is there a way to compile multiple input files into one output file via the command line? Currently I am using \include, but I would like to be able to choose the included file on the fly without editing the main file. If I recall correctly, LilyP

Re: Setting the emoji font

2024-01-16 Thread Aaron Hill via LilyPond user discussion
On 2024-01-16 9:12 am, YTG 1234 wrote: I want to use emoji within markup, and I can see in the output log that Lilypond can't find a character in its default emoji font (Symbola). I can't figure out how to override the default font. %%% \markup {     "🔒" %% This character isn't be found } %%

Including input files via command line

2024-01-16 Thread Benjamin Bruce
Is there a way to compile multiple input files into one output file via the command line? Currently I am using \include, but I would like to be able to choose the included file on the fly without editing the main file. Another thought I had was maybe there is a way to pass a value to the .ly fil

Re: Can I define custom bar lengths in LilyPond?

2024-01-16 Thread Aaron Hill via LilyPond user discussion
On 2024-01-16 8:06 am, Hajo Baess wrote: Hello LilyPond users, I wonder if there is a possibility to define a custom bar length, thus for once cancelling LilyPond's automatic insertion of bar lines. I have a complicated measure here with quite a bit of markup to accommodate in one bar. I have w

Setting the emoji font

2024-01-16 Thread YTG 1234
I want to use emoji within markup, and I can see in the output log that Lilypond can't find a character in its default emoji font (Symbola). I can't figure out how to override the default font. %%% \markup {     "🔒" %% This character isn't be found } %%% I saw an old thread recommending to u

Can I define custom bar lengths in LilyPond?

2024-01-16 Thread Hajo Baess
Hello LilyPond users, I wonder if there is a possibility to define a custom bar length, thus for once cancelling LilyPond's automatic insertion of bar lines. I have a complicated measure here with quite a bit of markup to accommodate in one bar. I have worked out a solution which is maybe good en

Re: Error/warning when creating a piano reduction with lilypond 2.25.7 and frescobaldi 3.3.0

2024-01-16 Thread Knute Snortum
On Mon, Jan 15, 2024 at 10:57 AM Hans Aikema wrote: > > I've created an issue for Frescobaldi and I should be able to start work > on it today. > > https://github.com/frescobaldi/frescobaldi/issues/172 > > > Knute, you've missed a digit while copying the link and without doubt > intended to refer

Define custom bar length

2024-01-16 Thread Hajo Baess