bug-lilypond
[Top][All Lists]
Advanced

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

Re: Superfluous clef


From: Malte Meyn
Subject: Re: Superfluous clef
Date: Sat, 20 Oct 2018 17:59:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1



Am 20.10.18 um 17:54 schrieb Thomas Morley:
Hi,

with the code below a superfluous clef is printed.

\version "2.19.82"

\new Staff
<<
   \new Voice { s1 s }
   \new Voice { s \clef treble s }


You don’t even need two voices for that:

\version "2.19.82"

{ s1 \clef treble s } % try also s4 instead of s1



reply via email to

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