I'm not top posting.

Hi Frogs,

In the following code :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"

myMusic =  {
  R1
  \repeat volta 2 {
    \repeat unfold 2 R1
  }
  s8
}

\new StaffGroup <<
  \set  Score.startRepeatType = #"[|:"
  \set  Score.endRepeatType = #":|]"
  \new Staff {
    \myMusic
  }
  \new Staff {
    \clef F
    \myMusic
  }
  \new Staff {
    \clef F
    \myMusic
  }
>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

I was hoping to get one big bracket instead of three small ones.
=>
http://lilypond.1069038.n5.nabble.com/Applying-alternate-quot-bar-style-quot-to-whole-StaffGroup-td160401.html

Is it a bug ?

Cheers,
~Pierre
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to