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


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

Reply via email to