Hans Forbrich wrote:
On Lilypond 2.1.16 (self compiled). Originally noticed on 2.0.1 3: Starting a score with polyphony seems to generate unnecessary new contexts. (I discovererd this while eliminating the 'r1' at the beginning of each system, trying to simplify the test cases - not bothering me, but I thought I'd better report it.)
remove the 'r1' after 4/4 from either of the above.
This should be documented in the manual, if it isn't that's a serious bug! However, it's well-known to all of us who have used LilyPond for some year that if you start a context with a simultaneous ('<<'), a new context will be created for each of the simultaneous parts. The simple solution is to explicitly instantiate a context of the type you want before the '<<'. In your case, start with score { \notes \relative c'' \new Staff{ ...
/Mats
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
