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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
