lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't Resolve Colliding Noteheads...


From: Glendan Lawler
Subject: Re: Can't Resolve Colliding Noteheads...
Date: Mon, 14 Dec 2009 13:26:11 -0800

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 <address@hidden> wrote:
2009/12/13 Trevor Daniels <address@hidden>:
> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]