bug-lilypond
[Top][All Lists]
Advanced

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

Wrong stem direction when combining cross-staff and multiple voice notat


From: Torbjörn Björkman
Subject: Wrong stem direction when combining cross-staff and multiple voice notation
Date: Thu, 31 May 2012 13:26:54 +0300

Hello list,

When I let a voice cross over to the another staff I suddenly can't specify
the
stem direction iff there are multiple voices in the staff I cross over to.
Trying to set \voiceOne has the same lack of effect.
I don't know if this is a bug or if there is some subtlety with the rules
for
multiple voices that I am unaware of, but it is unexpected and I can't make
it
be the way I need.


Thanks in advance for any help.
Torbjörn Björkman


%%%%%%%% Start snippet %%%%%%%%%%%%%
\version "2.14.2"

% Here I get the stems of the lower part up
% as specified by the \stemUp command...
\new PianoStaff <<
\new Staff = "RH" \relative c'' {
 <<
{c b a g f}\\
{\change Staff = "LH" \stemUp f, g a b c} % crossing the lower voice to
staff
with one empty voice below
 >>
}
\new Staff = "LH" \relative c {
\clef bass
s1 s4
}
 >>


% ...but here I don't.
\new PianoStaff <<
\new Staff = "RH" \relative c'' {
 <<
{c b a g f}\\
{\change Staff = "LH" \stemUp f, g a b c} % crossing the lower voice to
staff
with multiple empty voices below
 >>
}
\new Staff = "LH" \relative c {
\clef bass
 <<
{s1 s4}\\
{s1 s4}
 >>
}
 >>

%%%%%%%%% End snippet %%%%%%%%%%%%%%


-- 
======================================
Torbjörn Björkman


reply via email to

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