bug-lilypond
[Top][All Lists]
Advanced

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

Re: Incorrect voice combining when using PianoStaff and Staff changes


From: Colin Campbell
Subject: Re: Incorrect voice combining when using PianoStaff and Staff changes
Date: Tue, 20 Sep 2011 19:05:24 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 11-09-20 04:28 PM, Thomas CHARDIN wrote:
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


_______________________________________________


I'm not sure if this is what you intended, but using \mergeDifferentlyDottedOn seems to do it.

Cheers,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )




reply via email to

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