Thomas Morley
2018-10-20 15:54:39 UTC
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
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