Re: how to get markup formatting to survive a font-name change

2017-05-18 Thread Xavier Scheuer
On 20 April 2017 at 05:42, Abraham Lee wrote: > > > Oh, boy. My phone's auto-correct... That should read "Pango". > > Anyway, I realized I didn't give you a very complete (or correct) solution. So, let's try again. The \paper block should look like this (and this should be below any #(set-global-s

Re: how to get markup formatting to survive a font-name change

2017-04-20 Thread Abraham Lee
On Wed, Apr 19, 2017 at 9:50 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Abraham, > > > The \paper block should look like this (and this should be below any > #(set-global-staff-size ...) because that resets the "fonts" variable and > you need to add to it): > > > >

RE: how to get markup formatting to survive a font-name change

2017-04-19 Thread Andrew Bernard
Hi Abraham, I have wanted to know how to do this for the longest time! Thanks. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to get markup formatting to survive a font-name change

2017-04-19 Thread Kieren MacMillan
Abraham, > The \paper block should look like this (and this should be below any > #(set-global-staff-size ...) because that resets the "fonts" variable and you > need to add to it): > > % > > \paper { > #(add-pango-fonts fonts 'minion "Minion Pro" (/ staff-height pt 20)) > book

Re: how to get markup formatting to survive a font-name change

2017-04-19 Thread Abraham Lee
On Wed, Apr 19, 2017 at 9:16 PM, Abraham Lee wrote: > > On Wed, Apr 19, 2017 at 8:03 PM Kieren MacMillan < > kieren_macmil...@sympatico.ca> wrote: > >> Hello all, >> >> In the snippet, below, the font-name override kills the \italic as set in >> the \header. >> Is there any way to avoid that [wit

Re: how to get markup formatting to survive a font-name change

2017-04-19 Thread Abraham Lee
On Wed, Apr 19, 2017 at 8:03 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hello all, > > In the snippet, below, the font-name override kills the \italic as set in > the \header. > Is there any way to avoid that [without having to hack the title into two > separate functions/parame