Thanks, this should be helpful. Joe, I'll just leave this bug with you, instead of filing it on the issue tracker. That ok?

- Graham


Arvid Grøtting wrote:
Arvid Grøtting <arvidgr <at> gmail.com> writes:

For some reasons, 2.9.21 has three systems per page on all pages,
while 2.8.1 has three on the first page and four thereafter, but I
don't know if that's a symptom or the problem.

Looks like it's related to the problem.  Here's a small (close enough to
minimal) input file that demonstrates the problem if you convert-ly and
run it through 2.9.21.  With 2.9.21, I get four pages where 2.8.1 needs
two.  Page two of the 2.9.21 version has one single-staff system...

\version "2.8.1"

#(set-global-staff-size 18)

\paper { annotate-spacing = ##t
}

somemusic = \relative c'' { c4\f d\< e f | g8( a\> g fis g2)\! | g8.\p( g16) g8( g16\< g g g g g g4) | g1\mf | R1}


\score {

  \context Score <<
    \new Staff <<
      \new Voice = foo { \repeat unfold 16 \somemusic \bar "|." }
    >>
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
    \new Staff { \somemusic | R1*20 }
  >>
  \layout {
    \context { \RemoveEmptyStaffContext }
  }
}






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




_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to