Superfluous clef

2018-10-20 Thread 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 } >> Probably it's caused by the method how the default treble-clef is put into Staff when initializing, I'm guessing, though. Cheers, Harm ___

Re: Superfluous clef

2018-10-20 Thread Malte Meyn
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