lilypond-user
[Top][All Lists]
Advanced

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

Re: Midline system bracket


From: Pierre Perol-Schneider
Subject: Re: Midline system bracket
Date: Wed, 19 Nov 2014 07:51:08 +0100

Hi Andrea,
Check this thread : http://lists.gnu.org/archive/html/lilypond-user/2012-05/msg00379.html

HTH,
Pierre

2014-11-19 6:20 GMT+01:00 Jayaratna <address@hidden>:
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.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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