bug-lilypond
[Top][All Lists]
Advanced

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

Override NoteColumn problem


From: Phil Holmes
Subject: Override NoteColumn problem
Date: Mon, 13 Sep 2010 14:52:57 +0100

Reported by Nick Payne on .user:

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


--
Phil Holmes
Bug Squad

Attachment: test.png
Description: PNG image


reply via email to

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