Re: Title font changed?

2023-01-19 Thread Bart Kummel
Hi Jean, Thanks for notifying me. I can confirm that the fix solves the problem. I was able to typeset a score with the right fonts after re-running brew install lilypond. Thanks a lot for fixing this! Best, Bart > Op 18 jan. 2023, om 16:54 heeft Jean Abou Samra het > volgende geschreven: >

Re: Title font changed?

2023-01-18 Thread Jean Abou Samra
Le 14/01/2023 à 10:30, Bart Kummel a écrit : Hi Jean, Thanks for your reply. Very insightful! I wonder why Google didn’t come up with a link to this issue… Anyway, it looks like the solution will be merged into Homebrew’s main soon. I might be able to just wait for it. I’ll keep an eye on

Re: Title font changed?

2023-01-14 Thread Bart Kummel
the issue. > > Thanks again! > > Best, > Bart > >> Op 13 jan. 2023 om 21:04 heeft Jean Abou Samra het >> volgende geschreven: >> >>  >> >> >>> Le 13 janv. 2023 à 20:19, b...@kummelweb.nl a écrit : >>> >>> Hi, &

Re: Title font changed?

2023-01-14 Thread Bart Kummel
13 jan. 2023 om 21:04 heeft Jean Abou Samra het > volgende geschreven: > >  > > >>> Le 13 janv. 2023 à 20:19, b...@kummelweb.nl a écrit : >>> >> Hi, >> >> Since I upgraded tot Lilypond 2.24, I noticed that the title font changed. >> I

Re: Title font changed?

2023-01-13 Thread Jean Abou Samra
> Le 13 janv. 2023 à 20:19, b...@kummelweb.nl a écrit : > > Hi, > > Since I upgraded tot Lilypond 2.24, I noticed that the title font changed. It > looks much more like standard Times New Roman now, instead of the beautiful > Lilypond text font. (See the attached imag

Re: Title font changed?

2023-01-13 Thread David Zelinsky
FWIW, I just tried and with 2.24.0 mine looks just like your old.png. This is using the linux binaries downloaded from the web site. -David b...@kummelweb.nl writes: > Hi, > > Since I upgraded tot Lilypond 2.24, I noticed that the title font > changed. It looks much more like st

Title font changed?

2023-01-13 Thread bart
Hi, Since I upgraded tot Lilypond 2.24, I noticed that the title font changed. It looks much more like standard Times New Roman now, instead of the beautiful Lilypond text font. (See the attached images: old.png is how it used to be, new.png is after upgrading to 2.24.) I can't

Re: Title font

2021-09-29 Thread Valentin Petzel
Hello Mahanidhi, If you want to change the font for the title, use title = \markup { \override #'(font-name . "your font”) Bla bla bla } Or if you need this for a larger set of works, you may override bookTitleMarkup or scoreTitleMarkup to fit your needs. Cheers, Valentin signature.asc Descr

Title font

2021-09-29 Thread Mahanidhi
Hello everybody, I tried hard to change the title font but nothing happen. Any suggestion? \version "2.22.1" Thanks. Sent with [ProtonMail](https://protonmail.com/) Secure Email.

Re: Title font and font size change

2013-03-05 Thread Kieren MacMillan
Hi, Here's another option (credit to Mike S.), using a function which is perhaps a little simpler and more widely-applicable (i.e. to any grob with a text portion, not just LyricText). Hope this helps! Kieren. ___ \version "2.17.13" #(define ((set-abs-fontsize n) grob) (grob-

Re: Title font and font size change

2013-02-04 Thread Thomas Morley
2013/2/5 Kieren MacMillan : > Hi, > >>> What about a function which applies a multiplier to the relative size, to >>> fake an "abs-fontsize"? >> What do you mean? What and where should I write? > > It would be something like > > \context { > \Score > \override LyricText #'font-size = #(s

Re: Title font and font size change

2013-02-04 Thread Kieren MacMillan
Hi, >> What about a function which applies a multiplier to the relative size, to >> fake an "abs-fontsize"? > What do you mean? What and where should I write? It would be something like \context { \Score \override LyricText #'font-size = #(some-function-here) } but I wouldn't have

Re: Title font and font size change

2013-02-04 Thread Rustik
Kieren MacMillan wrote > What about a function which applies a multiplier to the relative size, to > fake an "abs-fontsize"? > > Just a thought… > Kieren. What do you mean? What and where should I write? -- View this message in context: http://lilypond.1069038.n5.

Re: Title font and font size change

2013-02-04 Thread Kieren MacMillan
Hi all, > \markup \abs-fontsize #16 \markup \abs-fontsize #16 \markup \abs-fontsize #16 What about a function which applies a multiplier to the relative size, to fake an "abs-fontsize"? Just a thought… Kieren. ___ lilypond-user mailing list lilypond-u

Re: Title font and font size change

2013-02-04 Thread Eluze
Am 04.02.2013 15:40, schrieb Rustik: Eluze wrote try or \new Lyrics = "sopranos" \with { \override LyricText.font-size = #16 } There is not absolute value. There is relative value. Eluze wrote try before the blah blah in the txt= assignment. If I try txt = \

Re: Title font and font size change

2013-02-04 Thread Rustik
= #1 \markup \abs-fontsize #16 { blah blah blah } } it is equivalent to the { blah_blah_blah }. Three words relative to the first note. What other views? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140465.html Sent from the U

Re: Title font and font size change

2013-02-04 Thread Eluze
Am 04.02.2013 14:52, schrieb Rustik: Where I must paste «\markup \abs-fontsize #16»? «txt = \markup \abs-fontsize #16 { blah blah blah }» Does not work «txt = \markup \abs-fontsize #16 \lyricmode { blah blah blah }» Does not work too. try or \new Lyrics = "sopranos" \with

Re: Title font and font size change

2013-02-04 Thread Rustik
\voiceOne << \global \tenor >> } \new Voice = "basses" { \voiceTwo << \global \bass >> } >> >> } Where I must paste «\markup \abs-fontsize #16»? «txt = \markup \abs-fontsize #16 { blah blah blah }» Does not work «

Re: Title font and font size change

2013-02-03 Thread Shane Brandes
\markup \abs-fontsize #16 { blah blah} regards, Shane On Sun, Feb 3, 2013 at 1:53 PM, Rustik wrote: > Tell me please how can I set lyrics font an absolute value > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-c

Re: Title font and font size change

2013-02-03 Thread Rustik
Tell me please how can I set lyrics font an absolute value -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140437.html Sent from the User mailing list archive at Nabble.com

Re: Title font and font size change

2012-11-17 Thread Rustik
Thank you! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p136481.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Title font and font size change

2012-11-15 Thread Rustik
Hello! How i can change font and font size of title? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user

Re: How do I change the title font?

2003-06-18 Thread Simon Bailey
On Sat, 2003-06-14 at 00:26, Rob Vlasaty wrote: > How do I change the font of the title and stanza numbers? I'm a new lilypond user, and I've figuered out how to change the font of the verses. I would like the title and stanza numbers to match. > > Also, I am making a small booklet, and would l

How do I change the title font?

2003-06-13 Thread Rob Vlasaty
How do I change the font of the title and stanza numbers? I'm a new lilypond user, and I've figuered out how to change the font of the verses. I would like the title and stanza numbers to match. Also, I am making a small booklet, and would like to have the songs numbered. How do I place a s