lilypond-user
[Top][All Lists]
Advanced

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

Re: clashing note columns


From: Nick Payne
Subject: Re: clashing note columns
Date: Thu, 20 Oct 2011 20:31:36 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110923 Thunderbird/7.0

)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
Description: PNG image


reply via email to

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