bug-lilypond
[Top][All Lists]
Advanced

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

Issue 482 in lilypond: barline group changed in 2.11.33


From: codesite-noreply
Subject: Issue 482 in lilypond: barline group changed in 2.11.33
Date: Wed, 26 Sep 2007 19:44:22 -0700

Issue 482: barline group changed in 2.11.33
http://code.google.com/p/lilypond/issues/detail?id=482

New issue report by gpermus:
%{
There should be no barline between the two staff groups; instead, this
space in the bar line appears above the very last staff.

There is a report that this worked in 2.11.32, but I haven't verified this.
%}


\version "2.11.33"
staffViolin = \new Staff  {  \time 2/4
        \relative c' {  d' r |d r \bar "|."
        }
}
staffViolinII = \new Staff  { 
        \relative c' { a' r|a r \bar "|."
        }
}
staffCello = \new Staff  {
        \clef bass
        \relative c' { d r |d r \bar "|."
        }
}
staffViolinIII = \new Staff  {
        \relative c' { f r |f r \bar "|."
        }
}
staffViolinIIII = \new Staff  {
        \relative c' { d r |d r \bar "|."
        }
}
staffCelloII = \new Staff  {
        \clef bass
        \relative c' { d r |d r \bar "|."
        }
}

\score { 
        <<
        \new StaffGroup <<
                \new GrandStaff<<
                        \staffViolin
                        \staffViolinII >>
                        \staffCello 
                        >>
                
        \new StaffGroup <<
                \new GrandStaff <<
                        \staffViolinIII
                        \staffViolinIIII >>
                        \staffCelloII 
                >>
        >>
}
\paper {
        ragged-right = ##t
}


Attachments:
        foo.preview.png  9.7 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        CC: joeneeman  
        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]