lilypond-user
[Top][All Lists]
Advanced

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

Re: \crossStaff and \stemDown


From: Eluze
Subject: Re: \crossStaff and \stemDown
Date: Fri, 14 Dec 2012 11:58:55 -0800 (PST)

ornello wrote
> So the problem of my original fragment seems to be related to adding
> another voice in one of the staves. Here is another example:
> 
> {
>   \new PianoStaff <<
>     \new Staff <<
>       \new Voice {
>         \voiceOne
>         g''4
>       }
>       \new Voice {
>         \voiceTwo
>         \stemUp
>         < b d'>8 [ < b d'>8 ]
>       }
>     >>
>     \new Staff {
>       \clef bass
>       \new Voice {
>         \voiceOne
>         \crossStaff { 
> <e g>
> 8 
> <e g>
> 8 }
>       }
>     }
>   >>
> }
> 
> Seems that I can not prevent the stem from going up to voice 1 of the
> upper staff. But this is not surprising because the cross-staff
> information is only given in the lower staff, so it is unclear whether the
> stem should be connected to voice one or to voice two in the upper staff.

here is a working example (but don't ask why!):

\new PianoStaff <<
  \new Staff <<
    \new Voice {
      \voiceThree
      g''4
    }
    \new Voice {
      \voiceOne
      < b d'>8 [ < b d'>8 ]
    }
  >>
  \new Staff {
    \clef bass
    \new Voice {
      \voiceOne
      \crossStaff { <e g>8 <e g>8 }
    }
  }
>>

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/crossStaff-and-stemDown-tp137487p137696.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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