lilypond-user
[Top][All Lists]
Advanced

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

Re: More about min-systems-per-page


From: Phil Holmes
Subject: Re: More about min-systems-per-page
Date: Tue, 14 Dec 2010 09:47:41 -0000

----- Original Message ----- From: "craigbakalian" <address@hidden>
To: <address@hidden>
Sent: Monday, December 13, 2010 10:14 PM
Subject: More about min-systems-per-page


Hi,
this is in my \paper section
\paper
{
   ragged-bottom = ##f
   ragged-last = ##t
   ragged-last-bottom = ##f
   #(set-paper-size "letter")
   bottom-margin = 1.5\cm
   right-margin = 1.5\cm
   left-margin = 1.5\cm
   top-margin = 1.5\cm
   min-systems-per-page = 4
   max-systems-per-page = 5

   tocTitleMarkup = \markup \fontsize #10 \column
   {
       \fill-line {\null "Table of Contents" \null}
       \hspace #3
   }
   tocItemMarkup = \markup \pad-around #2 \fontsize #5 \fill-line
   {
       \fromproperty #'toc:text \fromproperty #'toc:page
   }
}


And now I am getting this when I run lily-

LilyPond 2.13.40 [InventionsBook.ly] starting (preview mode)...
Processing `InventionsBook.ly'
Parsing...
Interpreting music... [8][16]
Preprocessing graphical objects...
Interpreting music... [8][16][24]
Preprocessing graphical objects...
Interpreting music... [8][16][24]
Preprocessing graphical objects...
Interpreting music... [8][16][24]
Preprocessing graphical objects...
Interpreting music... [8][16][24]
Preprocessing graphical objects...
Interpreting music... [8][16][24]
Preprocessing graphical objects...
Interpreting music... [8][16][24][32][40]
Preprocessing graphical objects...
Interpreting music... [8][16]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 17 or 18 pages...terminate called after throwing an
instance of 'std::bad_alloc'
 what():  St9bad_alloc

...exited with exit status 1

this doesn't happen when I remove the min and max systems-per-page.
Anybody know what is going on.


Could you post a tiny, complete example that demonstrates the problem, please?

--
Phil Holmes





reply via email to

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