bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lily crashes when \fontsize goes over a certain value


From: Rick Hansen (aka RickH)
Subject: Re: Lily crashes when \fontsize goes over a certain value
Date: Sat, 30 Sep 2006 20:34:26 -0700 (PDT)

Oops, anything that begins with \var in this example are my own variables,
also the function #inner-page is also a mod for my own use.  But those are
not the issue, I saw some recent other posts on a crash related to
"fffffff8" earlier this week.  Maybe this is related?  "fffffff8" sounds
like a negative number which would make it an invalid memory location on
WindowsXP?



Rick Hansen (aka RickH) wrote:
> 
> I'm using the following markup to set my headings, the markup for page 1
> causes lily to hard crash whenever I try to change the \fontsize#4.3
> statement to any value above #4.3.  But this only happens on some of my
> songs, other songs let me get up to larger or smaller font sizes.  Is this
> a known bug?  It is Windows XP, the error message says:
> 
> The instruction at "0x0052aeae1" referenced memory at "0xfffffff8".  The
> memory could not be "read".
> 
> I believe some pointer is maybe going "negative", isn't "0xfffffff8" a
> negative two's complementary binary number?
> 
> Earlier versions of lily did not do this.  I also tried using \column
> instead of \center-align, with same results.
> 
> 
>     oddHeaderMarkup = \markup {
>       \on-the-fly #first-page {
>          \fill-line {
>             { \normal-text \sans \normalsize \varArranger }
>             { \override #'(baseline-skip . 2.5) \center-align { { \bold
> \fontsize #4.3 \varTitle } { \sans \italic \normalsize \bigger
> \varSubTitle } } }
>             { \normal-text \sans \normalsize \varComposer }
>          }
>       }
>       \on-the-fly #last-page {
>          \on-the-fly #not-single-page {
>             \fill-line {
>                { \varTitle "last page" }
>             }
>          }
>       }
>       \on-the-fly #inner-page {
>          \fill-line {
>             { \varTitle "continued" }
>          }
>       }
>     }
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Lily-crashes-when-%5Cfontsize-goes-over-a-certain-value-tf2363811.html#a6585512
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.





reply via email to

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