Rune Zedeler skrev:
\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
  }
}

Sorry, a typo.
Try this:

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

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

Seems like it does not :-)

-Rune

-Rune


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



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

Reply via email to