----- Original Message -----
From: "Nick Payne" <[email protected]>
To: <[email protected]>
Sent: Monday, September 13, 2010 11:30 AM
Subject: Re: Chords with unequal durations
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
I would say so, given that it's not intended and obvious behaviour. I'll
copy it to the bug newsgroup.
--
Phil Holmes
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user