Re: [tablatures] Re: dampened symbol in tablature when using fonts other than Feta |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
On 4/12/11 3:28 PM, "Federico Bruni" <fedelogy@xxxxxxxxx> wrote:
> Il giorno dom, 10/04/2011 alle 11.53 +0200, Federico Bruni ha scritto:
>> I use a different font for TabStaff:
>>
>> \override TabStaff.TabNoteHead #'font-name = #"Nimbus Sans L Bold"
>>
>> But when a score contains \deadNote I'm forced to comment the line above
>> and switch back to Feta, otherwise lilypond can't find noteheads.s2cross
>> (the Feta glyph for dampened notes).
>>
>> There's any workaround which allows to have both (different font and
>> cross glyph on TabStaff)?
How about redefining \deadNote so it contains
\once \override TabStaff.TabNoteHead #'font-name = #"Feta"
HTH,
Carl