Hi all,

I found something that works.

====
        \new Staff {
                \clef bass
                \time 2/2
                \key g \major   
                
                \set Staff.whichBar = ""
                
                \context Voice = bas {
                
                        \muziekbasdeelA
        
                }
                \set Staff.whichBar = "|"
        }

        \context Lyrics = baslyrics { s1 }
====

appears to be the trick. Because the span-bar-engraver is depending on a normal barline, the normal barline has to be restored before the end of the staff context.

greets

Maurits



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

Reply via email to