lilypond-user
[Top][All Lists]
Advanced

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

Re: extra staves - help required


From: Keith E OHara
Subject: Re: extra staves - help required
Date: Fri, 12 Nov 2010 01:08:03 -0800
User-agent: Opera Mail/10.63 (Win32)

On Tue, 09 Nov 2010 12:58:31 -0800, <address@hidden> wrote:

The .ly file was made using aspects of the 'Adding an extra staff (2)'
snippet in the Snippet Repository, as well as other bits from the
learning and notation manuals.
My 'client' asked for the reduced size bracket at the beginning of the
single staff. (The client is always right) but wants the curly braces at
the beginning of the 'choir' part.


Hi Bill,
   I stole from a manual example (Notation Ref, search BreakAlignment) the 
method to re-arrange the clef and barline, and remembered how to move the brace.
=Keith

\relative c''{
  \key g\major c d e fis
  <<
    {
      \once\override Score.BreakAlignment #'break-align-orders =
      #(make-vector 3 '(span-bar staff-bar clef key-signature time-signature) )
      g1
    }
    \new GrandStaff <<
      \new Staff{
        \once\override GrandStaff.SystemStartBrace #'X-offset = #0
        \key g\major \clef treble  c,1
      } \new Staff {
      \key g\major \clef bass c,1
} >> >>




reply via email to

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