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.



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to