Valentin,

That works great.
How do I use \set majorSevenSymbol globally? Is it possible to put it in
the layout block?

Thanks,
Greg

On Tue, Nov 30, 2021 at 12:59 PM Valentin Petzel <valen...@petzel.at> wrote:

> Hello Gregory,
>
> The major 7 symbol simply uses the markup command \triangle with fontsize
> -3.
> So simply do something like
>
> \set majorSevenSymbol = \markup\fontsize #-3 \override #'(thickness . 0.2)
> \triangle ##f
>
> The ##f here specifies that the triangle should not be filled. Adjust
> thickness to meet your demands.
>
> Cheers,
> Valentin

Reply via email to