lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3432 in lilypond: skylined text alongside a staff


From: lilypond
Subject: [Lilypond-auto] Issue 3432 in lilypond: skylined text alongside a staff consumes all memory under Windows
Date: Tue, 02 Jul 2013 05:54:52 +0000

Status: Accepted
Owner: ----
Labels: Type-Critical Regression

New issue 3432 by address@hidden: 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



reply via email to

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