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: Neil Puttock
Subject: Re: Can't Resolve Colliding Noteheads...
Date: Sun, 13 Dec 2009 13:43:06 +0000

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]