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
> 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
>
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
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:
[...]
>
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
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
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