bug-lilypond
[Top][All Lists]
Advanced

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

StaffGroup - repeat barLine type - possible bug.


From: Pierre Perol-Schneider
Subject: StaffGroup - repeat barLine type - possible bug.
Date: Sat, 15 Mar 2014 11:12:02 +0100

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


reply via email to

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