bug-lilypond
[Top][All Lists]
Advanced

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

Incorrect voice combining when using PianoStaff and Staff changes


From: Thomas CHARDIN
Subject: Incorrect voice combining when using PianoStaff and Staff changes
Date: Tue, 20 Sep 2011 22:28:05 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Hi,

I would like to combine every possible note heads on the following example but
the behaviour of Lilypond seems erroneous :

\version "2.14.1"

\score {
  \new PianoStaff <<
    \new Staff = "up" {
      \clef G
      \key ees \major
      \time 6/8
      \autoBeamOff
      <<
        {
          f'4. e'4. |
          ees'4.~ ees'4 d'8 |
        } \\ {
          \change Staff = "up" f'16[ c' \change Staff = "down" a f c f,] \change
Staff = "up" e'16[ c' \change Staff = "down" a f c f,] |
          \change Staff = "up" ees'16[ c' \change Staff = "down" a f c f,] c16[
f a \change Staff = "up" c' d' \change Staff = "down" fis] |
        }
      >>
    }
    \new Staff = "down" {
      \clef F
      s2.*2
    }
  >>
}

Thanks for any advice,


Thomas




reply via email to

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