lilypond-user
[Top][All Lists]
Advanced

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

Re: warning: adding note head to incompatible stem (type = 1/1)


From: Kenneth Wolcott
Subject: Re: warning: adding note head to incompatible stem (type = 1/1)
Date: Thu, 30 Jun 2022 14:59:33 -0700

Hi Paul;

  Thank you.

  It looks like somewhere I had jumped to conclusions about engraving
polyphony in Lilypond and misled myself for about a year now.

  This not only works better but the code looks much less cumbersome,
more succinct.

  Interesting that, until now, my syntax actually worked.

Ken

On Thu, Jun 30, 2022 at 1:31 PM Paul Hodges <pwh@cassland.org> wrote:
>
> Change:
>       \new Staff << { \lh_one } \\ { \lh_two } >>
> to:
>       \new Staff << \lh_one \lh_two >>
>
> and you will see a big improvement.
>
> Paul
>
>
> From: Kenneth Wolcott <kennethwolcott@gmail.com>
> To: Lily Pond <lilypond-user@gnu.org>
> Sent: 30/06/2022 20:57
> Subject: warning: adding note head to incompatible stem (type = 1/1)
>
> HI;
>
>  I am now engraving a Cello+Piano arrangement of the last song (no
> lyrics) "None but the Lonely Heart" of Op. 6 of Tchaikovsky.
>
> https://en.wikipedia.org/wiki/None_but_the_Lonely_Heart_(Tchaikovsky)
>
>  The left hand notes have polyphony.
>
>  The whole note in one measure and the half notes in the following
> measure each conflict with an eighth note rest in the other voice.
>
>  I am not (yet) explicitly using voices, perhaps that is my problem?
>
>  How do I successfully engrave this with Lilypond 2.22.2?
>
>  I also receive the following warning/hint: "warning: maybe input
> should specify polyphonic voices".
>
> I have attached the full pdf of what I am engraving, my engraving and
> the Lilypond source I wrote.
>
> Thanks,
> Ken Wolcott



reply via email to

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