Re: changing the font of moderntab clef

2013-09-05 Thread Janek WarchoĊ‚
2013/9/3 David Kastrup : > Thomas Morley writes: > >> Hi Rachael, >> >> I'm in a hurry: For now a first sketch. > > [two billion lines of code omitted] > > Sometimes I am reminded of a reoccuring theme in the "Back to the > Future" trilogy when Doc Emmett Brown illustrates plans cobbled together >

Re: changing the font of moderntab clef

2013-09-03 Thread David Kastrup
Thomas Morley writes: > Hi Rachael, > > I'm in a hurry: For now a first sketch. [two billion lines of code omitted] Sometimes I am reminded of a reoccuring theme in the "Back to the Future" trilogy when Doc Emmett Brown illustrates plans cobbled together in a hurry by showing them off using ani

Re: changing the font of moderntab clef

2013-09-03 Thread Rachael Thomas Carlson
Hello Harm: On 09/03/2013 09:04 AM, Thomas Morley wrote: Hi Rachael, I'm in a hurry: For now a first sketch. \version "2.16.2" %% -> tablature.scm %% define tab-Clefs as a markup: #(define-markup-command (customTabClefII layout props num-strings staff-space) (in

Re: changing the font of moderntab clef

2013-09-03 Thread Rachael Thomas Carlson
Hello Pierre: You can use a pretty old snippet : And to make it work with stable took only a grammatical change and version change. + \version "2.16.2" - > \version "2.17.25" \new TabStaff { - > \override Staff.Clef.stencil = #(lambda (grob) + \override Staff.Clef #'stencil =

Re: changing the font of moderntab clef

2013-09-03 Thread Thomas Morley
2013/9/3 Rachael Thomas Carlson : > Hello All: > > I am working on emulating a music publisher and this publisher uses what we > would consider a moderntab clef but with a serif font not the sans-serif > that we use. I have tried a bunch of different ways of changing the font > but I can't seem to

Re: changing the font of moderntab clef

2013-09-03 Thread Pierre Perol-Schneider
2013/9/3 Rachael Thomas Carlson > Hello All: > Hi Rachael, > How can one change the font of the moderntab clef from sans-serif to > serif? > You can use a pretty old snippet : \version "2.17.25" \new TabStaff { \override Staff.Clef.stencil = #(lambda (grob) (grob-interpret-ma

changing the font of moderntab clef

2013-09-03 Thread Rachael Thomas Carlson
Hello All: I am working on emulating a music publisher and this publisher uses what we would consider a moderntab clef but with a serif font not the sans-serif that we use. I have tried a bunch of different ways of changing the font but I can't seem to get it. Also, I looked in the code to