lilypond-7 wrote:
>
> I can't seem to find the right search terms to reveal how
> to extend bar lines across ungrouped staves. I'd like both
> the bar line and the final barline to extend across both
> staves in the two-bar example below.
>
> \score {
> <<
> \relative c' {
> e1
> <<
> { < b d g>1\fermata }
> \new Staff {
> \override Staff.TimeSignature #'stencil = ##f
> \clef bass
> <g,>1\fermata
> } % staff
> >>
> \bar "|."
> } % relative
> >>
> } % score
>
>
with the << … >> construct you are defining a group of simultaneous events
(staves) and this context defines the BarLine appearance:
using \new StaffGroup will join the barlines of the different staves.
you can also use \override StaffGroup.BarLine #'allow-span-bar = ##t
to change that behavior.
hth
Eluze
--
View this message in context:
http://old.nabble.com/Extending-bar-line-across-ungrouped-staves-tp33362044p33362209.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user