Anthony Rushforth <[email protected]> writes:

> Hello,
>
> I'm writing music for classical guitar, so I use the key " \clef "treble_8""
>
> I would like to make the "8" symbol disappear (although I know it's the
> correct way to represent it)
>
> [image: image.png]
>
>
> I guess it can be done with a ClefModifier but I don't know how to use it.

You mean, without a ClefModifier.

\new Staff \with { \omit ClefModifier }
{
  \clef "treble_8"
  <e, a, e>1
}

-- 
David Kastrup

Reply via email to