Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1449 by brownian.box: Killed staves affect vertical spacing
http://code.google.com/p/lilypond/issues/detail?id=1449

Reported by Xavier Scheuer,
http://lists.gnu.org/archive/html/bug-lilypond/2010-11/msg00243.html :

%-----------------8<---------------------------
Hi,

OK, this may be related to issue #1309 or more probably to #127 .
This is not a regression from 2.12.3.

%% I would have expected the second "ossia" to be right under the
%% normal staff.  Instead it is shifted below, like if the "killed"
%% ossia staff was still there (invisible).

\version "2.13.39"  % it's the same with 2.12.3

\score {
 <<
  \new Staff {
    \relative c'' {
      a4 a a a
      <<
        { a4 a a a }
        \new Staff { b4 b b b }  % first ossia
      >>
      a4 a a a
      <<
        { a4 a a a }
        \new Staff { b4 b b b }  % second ossia
      >>
    }
  }
 >>
}


Cheers,
Xavier
%-----------------8<---------------------------

Image made by 2.13.42 attached.

Attachments:
        test.png  2.8 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to