lilypond-user
[Top][All Lists]
Advanced

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

Running Lilypond from Debian in a virtual machine via Qemu


From: David Topham
Subject: Running Lilypond from Debian in a virtual machine via Qemu
Date: Sun, 2 Aug 2015 20:10:56 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I upped the swap file to 3G and tried reducing the number of fonts by 
using this function:

make-pango-font-tree

That got it past the font loading, but still while processing uses up all 
memory and finally aborts with bad_alloc error.

Do you have any suggestions of how to debug this requirement for so much 
memory?

----
\paper  {
  #(define fonts
    (make-pango-font-tree "Times New Roman"
                          "Nimbus Sans"
                          "Luxi Mono"
                          (/ staff-height pt 20)))
}

\relative c'{
  c1-\markup {
    roman,
    \sans sans,
    \typewriter typewriter. }
}
----






reply via email to

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