Hi Robert,
The attached jpg. is what I get when I use that exact snippet (minus the
font override) within frescobaldi, notice how there is no notehead.
Can you send me what the output it loads for you?
\version "2.22.0"
\paper {
#(define fonts
(set-global-fonts
#:music "lilyjazz"
)
)
}
\score{
\drummode {
\override NoteHead.style = #'cross
cab1:32\fermata
}
}
Confused,
Calvin
On Wed, Feb 17, 2021 at 10:45 PM Robert Schmaus <[email protected]>
wrote:
> Hi Calvin,
>
> I just noticed that your snippet works perfectly if I comment out the line
> \override NoteHead.font-name = "emmentaler”
>
> So, it seems to me that the lilyjazz font does in fact support the
> cross-style for whole notes. Maybe there’s some other issue in your score?
>
> Best,
> Robert
>
>
>
> > On 18. Feb 2021, at 07:26, Calvin Ransom <[email protected]>
> wrote:
> >
> > Hi all,
> > I am copying a percussion score for my school's Jazz band as a previous
> musician lost their part. I was able to use the alternate font "lilyjazz"
> > However, on the final note of the score it does not support a whole-note
> with a cross style notehead.
> > I am hoping to change the notehead font to emmentaler but keep the
> lilyjazz font on the fermata.
> > %begin snippet
> > \paper {
> > #(define fonts
> > (set-global-fonts
> > #:music "lilyjazz"
> > )
> > )
> > }
> > \score{
> > \drummode {
> > \override NoteHead.style = #'cross
> > \override NoteHead.font-name = "emmentaler" %this is as far as I was
> able to get before I reached out for assistance.
> > cab1:32\fermata
> > }
> > }
> > %end snippet
>
>