Issue 574: Regression: stopStaff combined with StaffGroup extents barlines
http://code.google.com/p/lilypond/issues/detail?id=574

New issue report by v.villenave:
% This is based on the example in section 1.6.1 of the NR.
% The second staff contains an ossia section, but in the output
% it is not obvious to which staff this ossia belongs.

% To connect the staff with the ossia section, one can combine them
% into a StaffGroup; however all barlines are(wrongly) extended also.

% This behaviour started with version 2.11.35

\version "2.11.38"
musicOne =  \relative c' {
\time 2/4
d2 d d d
}

musicTwo =  \relative c' {
e2 e e e
}

ossia =  \relative c' {
\stopStaff  s2*2 |
\startStaff  g'2^"ossia"
\stopStaff  s2 |
}

\score {
<<
  \new Staff \musicOne
  \new StaffGroup
    <<
      \new Staff \with
      {
        \remove "Time_signature_engraver"
        fontSize = #-2
        \override StaffSymbol #'staff-space = #(magstep -2)
        firstClef = ##f
      }
      \ossia
      \new Staff \musicTwo
    >>

>>
}


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

--
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