lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef change before first note


From: Simon Bailey
Subject: Re: Clef change before first note
Date: 17 Mar 2003 07:26:46 +0100

On Mon, 2003-03-17 at 06:01, Daniel Ashton wrote:
> Also, how can I get the curly brace visible to the left of the staves in 
> this example?

you could try using \context PianoStaff -- that puts a curly brace to
the side of two staves. if it's not a piano piece, then you could use
\context StaffGroup -- the brace is not curly, but straight.

<<<<
\score {
  <
    \context PianoStaff <
      \context Staff = "right" <
        \right
      >
      \context Staff = "left" <
        \left
      >
    >
  >
}
>>>>

or 

<<<<
\score {
  <
    \context StaffGroup <
      \context Staff = "right" <
        \right
      >
      \context Staff = "left" <
        \left
      >
    >
  >
}
>>>>

regards,
simon.
-- 
Don't be irreplaceable, if you can't be replaced, you can't be promoted.





reply via email to

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