lilypond-user
[Top][All Lists]
Advanced

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

Re: Connecting bar lines in ChoirStaff


From: Rune Zedeler
Subject: Re: Connecting bar lines in ChoirStaff
Date: Fri, 06 Jul 2007 18:47:56 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Morten Lemvigh skrev:
Is it possible to connect the bar lines of different staffs on the very end of a piece using ChoirStaff?

No because a ChoirStaff contains no span bars.
But what you /can/ do is to use a StaffGroup and then make the span bars transparent apart from at the end of the measure:

\new StaffGroup {
  \new Staff {
    \override StaffGroup.SpanBar #'transparent = ##t
    \clef F c d e f c d e f \bar "|."
    \revert StaffGroup.SpanBar #'transparent
  }
  \new Staff {
    \clef F c d e f c d e f
  }
}


Not sure whether this will give problems with the lyrics though...

-Rune




reply via email to

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