On 13/09/10 15:43, Mark Polesky wrote:
Jay Anderson wrote:
\new Staff \relative c'
{
   <\stop c \stop e g>2.
}
You can also just turn off the warnings:

http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Simultaneous-notes#Suppressing-warnings-for-clashing-note-columns

One problem with turning off the clashing note column warning is that if differently headed notes are being merged, it causes the heads of merged half notes to get filled in. Is this a bug?

\version "2.13.33"

treble = \relative c' {
    c8 c c c c c c c
}

bass = \relative c' {
    c2 \override NoteColumn #'ignore-collision = ##t c
}

\score {
    \context Staff = guitar {
        \mergeDifferentlyHeadedOn
        \mergeDifferentlyDottedOn
<<
            \context Voice = "1" { \voiceOne \treble }
            \context Voice = "2" { \voiceTwo \bass }
>>
    }
    \layout { }
}

Nick

<<attachment: test.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to