opensubscriber
   Find in this group all groups
 
Unknown more information…

b : bug-lilypond@gnu.org 31 May 2012 • 6:26PM -0400

Wrong stem direction when combining cross-staff and multiple voice notation
by Torbjörn Björkman

REPLY TO AUTHOR
 
REPLY TO GROUP




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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu....
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.