lilypond-user
[Top][All Lists]
Advanced

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

Kneed beam with polyphonic music


From: Helge Kruse
Subject: Kneed beam with polyphonic music
Date: Thu, 19 Jul 2012 19:36:14 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

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

top = \change Staff = "1"

bottom = \change Staff = "2"


% looks as it should, but don't have the voice one line.

musicA = \relative c {
  \override Beam #'auto-knee-gap = #1

  \bottom c8 g' \top e' c'

}


\score {

  \new PianoStaff <<

    \new Staff = "1" { \musicA }

    \new Staff = "2" { \clef bass s4 c }

>>

}


% following won't produce a kneed beam.

musicB = \relative c {

  \override Beam #'auto-knee-gap = #1

<<

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

  \\

    \new Voice { \voiceTwo \bottom c,,8 g' \top e' c' }

>>

}

\score {

  \new PianoStaff <<

    \new Staff = "1" { \musicB }

    \new Staff = "2" { \clef bass s4 c }

>>

}





reply via email to

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