On Fri, Mar 14, 2008 at 11:42 AM, Orm Finnendahl <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> I'm trying to typeset cross staff notes on a 12-staff percussion
> system.
>
> Defining the staff systems as "Staff" and the StaffGroup as
> "PianoStaff" works well. Trying the same with "ChoirStaff" and the
> individual Staff systems as "DrumStaff" results in lots of errors and
> the beams and staff lines not drawn at all.
>
> As the brace of the PianoStaff gets really big and bold for 12 staff
> systems I'd much prefer using the ChoirStaff for grouping.
>
> Is there a way to achieve that or, as a workaround, can the brace be
> removed and the barlines get split between systems using a PianoStaff
> group? <http://lists.gnu.org/mailman/listinfo/lilypond-user>
>


Hi Orm,

I don't know the real (ie, structual) answer. But here's the workaround for
setting the system start brace to transparent:


   \version "2.11.39"

   \new PianoStaff <<
      \new Staff {
         \override PianoStaff.SystemStartBrace #'transparent = ##t
         c'4
      }
      \new Staff { c'4 }
   >>



Hope that will help until somebody points to the real answer.






-- 
Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to