Re: property-defaults.fonts not working

2023-12-16 Thread Kieren MacMillan
Hi Jean,

>> What is the minimum x for it to work as documented?
> It's 6. See 
> https://gitlab.com/lilypond/lilypond/-/commit/1346d30d183e38cb693c7d61f2ac76785130e449

Thanks — sorry for the noise.
Works great with x=10 (which is the current MacPorts version).

Kieren
__

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




Re: property-defaults.fonts not working

2023-12-16 Thread Jean Abou Samra
> What is the minimum x for it to work as documented?

It's 6. See 
https://gitlab.com/lilypond/lilypond/-/commit/1346d30d183e38cb693c7d61f2ac76785130e449

Re: property-defaults.fonts not working

2023-12-16 Thread Kieren MacMillan
Hi Jean,

> What's the exact value of x in 2.25.x?

Well, it’s currently 2, but anticipating that might be [part of?] the problem, 
I launched an upgrade of lilypond (MacPorts) a few minutes ago.

What is the minimum x for it to work as documented?

Thanks,
Kieren.
__

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




Re: property-defaults.fonts not working

2023-12-16 Thread Jean Abou Samra
What's the exact value of x in 2.25.x?



property-defaults.fonts not working

2023-12-16 Thread Kieren MacMillan
Hi all,

I was excited to try the new font-switching mechanism(s) in 2.25.x, but they 
don’t seem to be having any effect at all on my output…? I used examples, 
cut-and-pasted from the online documentation, e.g.

\paper {
  property-defaults.fonts.serif = "Linux Libertine O"
  property-defaults.fonts.sans = "DejaVu Sans"
  property-defaults.fonts.typewriter = "DejaVu Sans Mono"
}

\relative c'{
  c1-\markup {
serif,
\sans sans,
\typewriter typewriter. }
}

or

\paper {
  property-defaults.fonts.music = "gonville"
}

Nothing changes in the output, and no errors are logged.

Any idea what I might be doing wrong?

Thanks,
Kieren.
__

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.