lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

barline solution


From: Maurits Lamers
Subject: barline solution
Date: Tue, 29 Mar 2005 18:42:05 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]