lilypond-user
[Top][All Lists]
Advanced

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

Re: Applying alternate "bar style" to whole StaffGroup


From: Schneidy
Subject: Re: Applying alternate "bar style" to whole StaffGroup
Date: Fri, 14 Mar 2014 00:57:18 -0700 (PDT)

Marc Hohl wrote
> I think he rather wants something like in the attached picture, but I
> don't know how to realize it...
> 
> Regards,
> 
> Marc

Hi Marc,

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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
  }
>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cheers,
Pierre




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Applying-alternate-bar-style-to-whole-StaffGroup-tp160401p160421.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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