lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords with unequal durations


From: Nick Payne
Subject: Re: Chords with unequal durations
Date: Mon, 13 Sep 2010 20:30:54 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100826 Thunderbird/3.0.7

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


reply via email to

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