Hi all,

I'm trying to remove the empty staff lines that occur when a new staff
is created coinciding with a clef change in another staff - see example.
I've tried various settings of explicitClefVisibility which haven't
worked so far. Any ideas?

As a last resort I'll just whack a white postscript box over it, but I
was hoping there might be a more elegant solution.

\version "2.11.44"
\paper{ ragged-right=##t }
{
    c'1
    << {
        \clef bass c'1
    } \new Staff \with { \remove Clef_engraver } {
        c''1
    } >>
}

-- 
Mark Knoop

Attachment: test1.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to