lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing music font for one notehead


From: Calvin Ransom
Subject: Re: Changing music font for one notehead
Date: Thu, 18 Feb 2021 01:36:10 -0800

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 <robert.schmaus@web.de> 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 <calvinjransom@gmail.com> 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

Attachment: Screenshot 2021-02-18 013016.jpg
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]