lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef "treble_8"


From: David Kastrup
Subject: Re: Clef "treble_8"
Date: Mon, 10 Feb 2020 14:46:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Anthony Rushforth <address@hidden> 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

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