)On 20/10/11 20:12, David Bobroff wrote:
On 10/20/2011 8:46 AM, David Bobroff wrote:In a piece I'm doing in LilyPond I have a lot more single-staff polyphony than I've dealt with before. I'm getting loads of:warning: ignoring too many clashing note columns The *output* looks fine.Ah, it seems I found my answer here: http://lilypond.org/doc/v2.14/Documentation/snippets/simultaneous-notes#suppressing-warnings-for-clashing-note-columns
Just be aware that if you turn on this override (\override NoteColumn #'ignore-collision = ##t), and are also merging differently headed notes in different voices, then the heads of merged half notes get filled in. Without the override they don't:
\version "2.15.14" \relative c' { \mergeDifferentlyHeadedOn << { c16 a' b a } \\ { c,2 } >> \override NoteColumn #'ignore-collision = ##t << { c16 a' b a } \\ { c,2 } >> }
<<attachment: test.preview.png>>
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user