lilypond-user
[Top][All Lists]
Advanced

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

Re: Extending bar line across ungrouped staves


From: -Eluze
Subject: Re: Extending bar line across ungrouped staves
Date: Sat, 25 Feb 2012 23:55:24 -0800 (PST)


lilypond-7 wrote:
> 
> % This has the barlines as desired, but the final bars aren't simultaneous
> 

the simultaneity signs in the StaffGroup are missing - try this:

\new StaffGroup <<
  \relative c' {
    e1
    e1
    <<
      { < b d g>1\fermata }
      \new Staff {
        \override Staff.TimeSignature #'stencil = ##f
        \clef bass
        <g,>1\fermata
      }
    >>
    \bar "|."
  } % relative

Eluze
-- 
View this message in context: 
http://old.nabble.com/Extending-bar-line-across-ungrouped-staves-tp33362044p33393491.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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