Yes, that did it!  Thank you very much.  I had forgotten I had even used
that line of code;  I took it directly from the Snippets, which said it was
used for suppressing collision warnings in the log, but never said anything
about it actually influencing collision detection.  Now it looks beautiful,
thank you very much!  =)

Glendan

On Sun, Dec 13, 2009 at 5:43 AM, Neil Puttock <[email protected]> wrote:

> 2009/12/13 Trevor Daniels <[email protected]>:
> > James
> >
> > If you look at the full score which Glendan attached you'll see the
> missing
> > bits, and also see that there are voices nested within voices in the full
> > score.  This seems to be a requirement to demonstrate this bug, although
> I
> > haven't the time to narrow it down at the moment.
>
> It's this line which is the problem:
>
> \context { \Voice  \override NoteColumn #'ignore-collision = ##t }
>
> There's a bit of confusion concerning the behaviour of
> 'ignore-collision: it's not just for shutting up annoying compilation
> warnings; it also prevents collision resolution between clashing
> columns.
>
> A temporary \revert in both voices where the clash occurs will sort this
> out:
>
> \once \revert NoteColumn #'ignore-collision
>
> Regards,
> Neil
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to