Re: fatal error on MetronomeMark font-name override

2015-11-15 Thread Thomas Morley
2015-11-10 19:58 GMT+01:00 Kieren MacMillan : > Hi Abraham, > >> Normally, this should work, but it doesn't seem to for me: >> \override Score.MetronomeMark.font-series = #'medium > > This is what I wanted to do, of course… > But I think that “feature” is part of the [long-standing, and somewhat >

Re: fatal error on MetronomeMark font-name override

2015-11-10 Thread Kieren MacMillan
Hi Abraham, > Normally, this should work, but it doesn't seem to for me: > \override Score.MetronomeMark.font-series = #'medium This is what I wanted to do, of course… But I think that “feature” is part of the [long-standing, and somewhat irritiating] issue around MetronomeMark formatting. Chee

Re: fatal error on MetronomeMark font-name override

2015-11-10 Thread tisimst
ou can always use a \markup: \tempo \markup { \normal-text "Tempo Test" } c''1 Normally, this should work, but it doesn't seem to for me: \override Score.MetronomeMark.font-series = #'medium Best, Abraham -- View this message in context: http://lilypond.106903

Re: fatal error on MetronomeMark font-name override

2015-11-10 Thread tisimst
endEmail.jtp?type=node&node=183356&i=2> > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://lilypond.1069038.n5.nabble.com/fatal-erro

Re: fatal error on MetronomeMark font-name override

2015-11-10 Thread Jacques Menu
> Le 10 nov. 2015 à 17:53, Kieren MacMillan a > écrit : > > Hi Jacques, > >> Removing Century makes that to work on my Mac. Is this font actually >> installed on your system? > > Yes. And it shows up in the list returned by calling > >lilypond -dshow-available-fonts x Same for me… >

Re: fatal error on MetronomeMark font-name override

2015-11-10 Thread Kieren MacMillan
Hi Jacques, > Removing Century makes that to work on my Mac. Is this font actually > installed on your system? Yes. And it shows up in the list returned by calling lilypond -dshow-available-fonts x Thanks, though. Kieren. Kieren MacMillan, composer ‣ websi

Re: fatal error on MetronomeMark font-name override

2015-11-10 Thread Jacques Menu
Hello Kieren, Removing Century makes that to work on my Mac. Is this font actually installed on your system? JM > Le 10 nov. 2015 à 16:56, Kieren MacMillan a > écrit : > > Hello all, > > In 2.19.30, the snippet > > SNIPPET BEGINS > \version "2.19.30" > > \score { > { \tempo "Tempo

fatal error on MetronomeMark font-name override

2015-11-10 Thread Kieren MacMillan
Hello all, In 2.19.30, the snippet SNIPPET BEGINS \version "2.19.30" \score { { \tempo "Tempo Test" c''1 } \layout { \context { \Score \override MetronomeMark.font-name = #"Century Schoolbook" } } } SNIPPET ENDS leads [on my computer] to the error warn