lilypond-devel
[Top][All Lists]
Advanced

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

Re: Spacing problems with 2.9.21 (as opposed to 2.8)


From: Graham Percival
Subject: Re: Spacing problems with 2.9.21 (as opposed to 2.8)
Date: Sun, 08 Oct 2006 09:33:43 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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