lilypond-user
[Top][All Lists]
Advanced

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

Re: Ignoring note clash


From: Kieren MacMillan
Subject: Re: Ignoring note clash
Date: Wed, 11 Jun 2014 11:10:06 -0400

Hi Knute,

> My questions are these: 1) is there a better way to do this other than 
> suppressing a warning

Maybe use explicitly instantiated voices?

%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
\language "english"

\relative c {
  \clef bass
  \time 2/2
  \acciaccatura { \stemUp <ef,, ef'>8 }
        <<
        { \voiceTwo <ef ef'>1 }
    \\ 
        \new Voice { \voiceOne <g' g'>2 ( <d d'>4 <c c'> ) }
  >> \oneVoice
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

For more details, see
<http://www.lilypond.org/doc/v2.18/Documentation/learning/explicitly-instantiating-voices>

> 2) since it doesn't look like there are clashing note columns, what is the 
> warning telling me exactly?

There’s a conflict in the grace timing between the different voices, I think.

Hope this helps!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden


reply via email to

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