\stopStaff problem

2005-06-05 Thread Bertalan Fodor

SYMPTOM: \stopStaff kills the barline at the end of the fragment

\layout { }
\version "2.5.27"
\paper {
raggedright = ##t
}

\relative \new StaffGroup <<
\context Staff = "3" { c1
\new Staff {
  \set Staff.alignAboveContext = #"3"
  c8 d e f g a b c \stopStaff }
c1 }
>>




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


Re: \stopStaff problem

2005-06-06 Thread Han-Wen Nienhuys

Bertalan Fodor wrote:

SYMPTOM: \stopStaff kills the barline at the end of the fragment

\layout { }
\version "2.5.27"
\paper {
raggedright = ##t
}

\relative \new StaffGroup <<
\context Staff = "3" { c1
\new Staff {
  \set Staff.alignAboveContext = #"3"
  c8 d e f g a b c \stopStaff }
c1 }


fixed in CVS.

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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