Issue 605: Cross-staff fingerings mess up beams
http://code.google.com/p/lilypond/issues/detail?id=605

New issue report by v.villenave:
% This annoying bug may be related to #439, #446 or #506.

% The fingerings mess up the beams, even when manually specifying
% a non-cross-staff beaming.

music = \relative c {
 \change Staff = "down"
 c8 e g-1
 \change Staff = "up"
 e'-2 g-3 c-5
 \change Staff = "down"
 e,-3[ g,-1]
}

\score {
 \new PianoStaff  <<
   \new Staff="up" \new Voice {
     \stemUp \music }
   \new Staff="down" \new Voice {
     \clef bass  \stemDown
     \override Fingering #'direction = #down
     \transpose c c, \music }
 >>
}

% A workaround is to move the Fingering_engraver into the
% PianoStaff context; however in this case only the right-hand
% fingerings will be printed.

% See also
http://lists.gnu.org/archive/html/lilypond-user/2007-11/msg00099.html


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to