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

New issue 744 by v.villenave: Cross-staff beams do not work well when including rests
http://code.google.com/p/lilypond/issues/detail?id=744

% The rest should be printed on the lower staff; instead it floats
% over the upper staff.

% changing \relative c'' into \relative c' makes the bug disappear.

\version "2.12.1"

Up = \change Staff = "up"
Down = \change Staff = "down"

\new PianoStaff <<
  \new Staff = "up"
  \relative c'' {
    \time 6/8
    c'8[ \Down c,16 \Up fis \Down r fis] \Up
  }
  \new Staff = "down" { s4. }


% Might be related to various other cross-staff beam bugs.

Attachments:
        beam-rest-bug.png  1.7 KB

--
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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to