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:58:53 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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