lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1492 di


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1492 discussion
Date: Fri, 27 Dec 2019 21:01:56 -0000

Still a problem with current git (2019-Dec-27). Here a slightly simpler example.

\paper {
  page-count = 3
  paper-height = 4\cm
}

\score {
  \repeat unfold 20 { c''1 }
}

\pageBreak

\score {
  \repeat unfold 20 { c''1 }
}

[issues:#1492] page-count and "programming error: number of pages is out of bounds"

Status: Accepted
Created: Wed Jan 26, 2011 12:03 PM UTC by Anonymous
Last Updated: Thu Aug 25, 2011 09:36 PM UTC
Owner: nobody

Originally created by: *anonymous

Originally created by: RalphBug...@gmail.com

2011/1/5 Nick Payne <address@hidden>:
I have a score which with default settings fits very loosely on three pages.
By adding page-count = 2 to the paper block it fits without any problem on
two pages but the log then contains "programming error: number of pages is
out of bounds".
With 2.13.45, this minimal example reproduces the error in the log. This
example also gets "warning: couldn't fit music on page" in the log, which
doesn't happen with the actual score, where I only see the first error:

\version "2.13.45"
\relative c'' {
   \repeat unfold 220 {
       c4 c8 c c16 c c c
   }
}
\paper {
   page-count = 3
   ragged-bottom = ##f
   ragged-last-bottom = ##f
   ragged-last = ##f
}


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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