Re: Specifying font-series for system font.

2024-12-31 Thread Mike Kilmer
Yes. That's it! Thank you. I guess I needed to Read the Fine Manual more closely. I'm using it in an imported file: `lyricfont = \override LyricText.font-name = "American Typewriter SemiBold"` With use like `words = \lyricmode { \lyricfont One up -- on a time % ...}` Curious, though, if there

Re: Specifying font-series for system font.

2024-12-31 Thread Hans Aikema
> On 31 Dec 2024, at 22:03, Mike iLL Kilmer wrote: > >  > Hi all and happy new year. > > To overwrite the typeface/font in LyricText I'm doing this: > > ```words = \lyricmode { >\override LyricText.font-name = "American Typewriter" > I am a ly -- ric >

Specifying font-series for system font.

2024-12-31 Thread Mike iLL Kilmer
Hi all and happy new year. To overwrite the typeface/font in LyricText I'm doing this: ```words = \lyricmode { \override LyricText.font-name = "American Typewriter" I am a ly -- ric }``` Where "American Typerwriter" is a TrueType font located at

Re: Error in latest lilypond git HEAD with complex score

2024-12-31 Thread H. S. Teoh
On Tue, Dec 31, 2024 at 01:55:28PM -0500, Saul Tobin wrote: >Did you run convert-ly from HEAD? I just tried it, the only difference in the output is the \version number. >On Tue, Dec 31, 2024, 1:53 PM H. S. Teoh via LilyPond user discussion ><[1]lilypond-user@gnu.org> wrote: [...] >

Re: Error in latest lilypond git HEAD with complex score

2024-12-31 Thread Saul Tobin
Did you run convert-ly from HEAD? On Tue, Dec 31, 2024, 1:53 PM H. S. Teoh via LilyPond user discussion < lilypond-user@gnu.org> wrote: > Hi, > > I'm testing out the latest git HEAD version of lilypond with an > orchestral score, and I'm getting this error: > > - > Parsing...ERROR: In

Error in latest lilypond git HEAD with complex score

2024-12-31 Thread H. S. Teoh
Hi, I'm testing out the latest git HEAD version of lilypond with an orchestral score, and I'm getting this error: - Parsing...ERROR: In procedure %resolve-variable: Unbound variable: ly:duration-length ice-9/eval.scm:159:9: Throw to key `numerical-overflow' with args `("divide" "Nume

Re: Convert chord mode into multi-voice mode

2024-12-31 Thread Frédéric
Hi Knute, Please let me first thank you so much for what you shared on this topic of converting chords to multivoices. Thanks to you, I discovered there exists a python lexer for lilypond files; this is really awesome! On my side, I worked in a different direction, starting from your first script