bug-lilypond
[Top][All Lists]
Advanced

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

\startStaff critical bug


From: Bertalan Fodor
Subject: \startStaff critical bug
Date: Sun, 05 Jun 2005 12:14:34 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Two bugs are documented here:

1. \startStaff fails to start ledger lines in some situations:
   - when there is a linebreak in the started staff
   - when stopped at the beginning of the staff

2. \stopStaff doesn't stop correctly when stopped at the beginning of the staff

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

\relative \new StaffGroup <<
\new Staff {
    c,8
  \stopStaff d e f g a b c |
  \startStaff
  d c b a g f e d | c d e f g a b c |
c b a g f e d c }

 \new Staff {
  \stopStaff c d e f g a b c |
  \startStaff
  d c b a g f e d | c d e f g a b c |
c b a g f e d c }

\context Staff = "3" { c'1  c1 c c }
>>




reply via email to

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