bug-lilypond
[Top][All Lists]
Advanced

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

Issue 744 in lilypond: Cross-staff beams do not work well when includin


From: codesite-noreply
Subject: Issue 744 in lilypond: Cross-staff beams do not work well when including rests
Date: Sat, 28 Feb 2009 13:01:24 +0000

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




reply via email to

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