lilypond-user
[Top][All Lists]
Advanced

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

More about min-systems-per-page


From: craigbakalian
Subject: More about min-systems-per-page
Date: Mon, 13 Dec 2010 17:14:36 -0500

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.


-- 
Craig Bakalian
560 Keswick Drive
Yardley, PA 19067
215-428-0856




reply via email to

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