bug-lilypond
[Top][All Lists]
Advanced

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

Issue 605 in lilypond: Cross-staff fingerings mess up beams


From: codesite-noreply
Subject: Issue 605 in lilypond: Cross-staff fingerings mess up beams
Date: Tue, 22 Apr 2008 02:54:25 -0700

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




reply via email to

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