lilypond-user
[Top][All Lists]
Advanced

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

Midline system bracket


From: Jayaratna
Subject: Midline system bracket
Date: Tue, 18 Nov 2014 22:20:57 -0700 (MST)

Dear Lilypondians,

is it possible to display a system bracket midline?

Here is a working example:


\version "2.18.2"

global = { \override Staff.Clef.full-size-change = ##t
           \override Score.BreakAlignment #'break-align-orders = #(
               make-vector 3 '(
                       staff-bar
                       clef
                       key-signature
                       time-signature
 ) ) 
           \set Staff.timeSignatureFraction = 2/2
  
  
  
}
\score {
\new StaffGroup <<
  
  
  \new Staff \relative c' { \global \time 2/2 \clef violin e1 \bar "||"
               
               
\stopStaff \time 1/64 s64 \bar "" \noBreak %%%white space after the example
\startStaff \clef "petrucci-c1" s64 \bar"" \noBreak %%%new incipit
\stopStaff s64^\markup{\center-align Here}\bar"|" \startStaff %%%new example
                
               \time 2/2  \clef violin a4 b c d }
  
  
  \new Staff \relative c' { \global \time 2/2 \clef violin e1 \bar "||"
               
               
\stopStaff \time 1/64 s64 \bar "" \noBreak %%%white space after the example
\startStaff \clef "petrucci-c1" s64 \bar"" \noBreak %%%new incipit
\stopStaff s64 \bar"|" \startStaff %%%new example
                
               \time 2/2  \clef violin a4 b c d }

>>
}


Thank you for your suggestions,

Andrea




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Midline-system-bracket-tp168813.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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