lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3852 in lilypond: Regression tests 'page-break


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3852 in lilypond: Regression tests 'page-breaking-count*.ly' generate programming errors
Date: Sun, 09 Feb 2014 16:11:37 +0000


Comment #1 on issue 3852 by address@hidden: Regression tests 'page-breaking-count*.ly' generate programming errors
http://code.google.com/p/lilypond/issues/detail?id=3852

I think these errors are to be expected, and can be supressed with this:

#(set-default-paper-size "a6")
#(ly:expect-warning (_ "number of pages is out of bounds"))
#(ly:expect-warning (_ "tried to space systems on a bad number of pages"))

\book {
  \paper { page-count = 2}
  \score { {c'1 c'1} }
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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