Status: Accepted
Owner: ----
Labels: Type-Critical Regression
New issue 3432 by [email protected]: skylined text alongside a staff
consumes all memory under Windows
http://code.google.com/p/lilypond/issues/detail?id=3432
Many cases are causing LilyPond under MS Windows to fail with an allocation
failure, after first consuming all memory.
For example, reduced from "Largo"
{\tempo "rg" s1}
Some things that avoid the problem are shown with %%
Putting the tempo mark in its own context, or avoiding tight-fitting
skylines.
%%\new Dynamics \with {\consists Metronome_mark_engraver }
\new Staff { %% \new RhythmicStaff
%%\override Score.MetronomeMark #'vertical-skylines = #'()
\tempo rg s1 }
--
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