bug-lilypond
[Top][All Lists]
Advanced

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

Issue 574 in lilypond: Regression: stopStaff combined with StaffGroup ex


From: codesite-noreply
Subject: Issue 574 in lilypond: Regression: stopStaff combined with StaffGroup extents barlines
Date: Tue, 05 Feb 2008 04:05:04 -0800

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




reply via email to

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