----- Original Message ----- From: "Helge Kruse" <helge.kr...@gmx.net>
To: "lily-users" <lilypond-user@gnu.org>
Sent: Thursday, July 19, 2012 6:36 PM
Subject: Kneed beam with polyphonic music


Hello,

I need to switch the staff for some purposes. To avoid clash with other notes I want to use a kneed beam. For this staff switch. Unfortunately I have also polyphonic music.

How can I enable the kneed beam for the quavers in music below?

Regards
Helge
[snip code]

As a general rule, surround notes where the voice _must_ be specified with \voiceFoo and \oneVoice. In other words, in your example, use something like

\new Voice { e''4 \voiceOne e \oneVoice }

as opposed to

\new Voice { \voiceOne e''4 e }


--
Phil Holmes

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to