lilypond-user
[Top][All Lists]
Advanced

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

ossia staff without SystemStartBar / Bracket / Brace


From: musicus
Subject: ossia staff without SystemStartBar / Bracket / Brace
Date: Thu, 14 May 2015 18:54:13 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Is there an easier way to get an ossia Staff without SystemStart than 
following code? 
I'm thinking of something like SystemStartBar #'allow-span-bar = ##f 

\version "2.19.17"

<<
  \new Staff = "ossia" \with {
        \remove "Time_signature_engraver"
        \hide Clef
        \hide KeySignature
        \magnifyStaff #2/3
  }{a a a a b b b}
  \new StaffGroup {
    <<
    \set StaffGroup.systemStartDelimiterHierarchy =
        #'(SystemStartBar (SystemStartBracket (SystemStartBrace a b)))
       \new Staff { a a a a b b b}
       \new Staff {a a a a a a a }
  >>
}
>>

\layout {
  \context {
    \Score
    \omit SystemStartBar
    \override SystemStartBracket.style = #'bar-line
    \override SystemStartBracket.padding = #-0.1
    \override SystemStartBracket.thickness = #1.6
  }
}





reply via email to

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