Trevor Baca escreveu:
Is there a reason that no GrandStaff brace draws at all in the
following example?

%%% BEGIN %%%

\version "2.11.26"

\new GrandStaff <<
  \new RhythmicStaff { c'4 }
  \new RhythmicStaff { c'4 }
  \new RhythmicStaff { c'4 }
  \new RhythmicStaff { c'4 }

%%% END %%%

Hi,

It tries to use:

\new ChoirStaff <<
 \new RhythmicStaff { c'4 }
 \new RhythmicStaff { c'4 }
 \new RhythmicStaff { c'4 }
 \new RhythmicStaff { c'4 }
>>


without more

Givaldo de Cidra


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to