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:  i...@kierenmacmillan.info
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to