lilypond-user
[Top][All Lists]
Advanced

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

Using mergeDifferentlyHeadedOn and override NoteColumn #'ignore-collisio


From: Nick Payne
Subject: Using mergeDifferentlyHeadedOn and override NoteColumn #'ignore-collision = ##t
Date: Tue, 27 Sep 2011 11:24:47 +1000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

Using these two commands together causes the merged heads of half notes to get filled in, so that the half note looks like a quarter note. Is this an unintended side-effect or expected behaviour?

%===========================
\version "2.15.12"
\relative c'' {
    \mergeDifferentlyHeadedOn
<< { a16 cis e a cis e, a cis } \\
    { a,2 } >>
<< { a16 cis e a cis e, a cis } \\
    { \override NoteColumn #'ignore-collision = ##t a,2 } >>
}
%===========================

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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