lilypond-user
[Top][All Lists]
Advanced

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

Re: weird seg-fault involving lyrics; take two


From: David Bobroff
Subject: Re: weird seg-fault involving lyrics; take two
Date: Mon, 07 May 2007 19:04:50 +0000
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Yup, updating to 2.10.23 made the problem go away.

Thanks!

-David

John Mandereau wrote:
> Le lundi 07 mai 2007 à 17:50 +0000, David Bobroff a écrit :
>   
>> I sent a problem to the list the other day.  I have not gotten any
>> response.  Perhaps my example file was too big.  Here is the problem
>> again with a smaller input file:
>>
>> I'm having a problem involving lyrics.  In the following file, if I
>> comment out the line with \addlyrics LilyPond will process it.  If I
>> leave that line in, I get a segmentation fault *unless* I comment out
>> the other set of cues.
>>
>> In short; I can get all the cues but no lyrics, or lyrics and no other
>> cues except for the ones with the lyrics.  Is this a software or wetware
>> problem?
>>     
>
> Can't reproduce: your snippet compiles fine on my GNU/Linux box with
> both 2.10.23 and 2.11.23, even if "\que" is uncommented.  I recommend
> you to upgrade to 2.10.23.
>
> Cheers
> John
>
>   
>> -David
>>
>> \version "2.10.10"
>>
>> cue = {\set fontSize = #-3.5 }
>>
>> euc = {\unset fontSize }
>>
>>
>> main = \relative c' {
>>   s1
>>   c1
>>   s1
>>   R1
>> }
>>
>> que = \relative c'' {
>>   s1*2
>> %% Commenting out the block below allows lyrics in the first bar
>> %%
>>   <<
>>     {
>>       \cue
>>       c8 d e f g a b c
>>     }
>>     \\
>>     {
>>       R1
>>     }
>>   >>
>> %% Commenting out the block above allows lyrics in the first bar
>> }
>>
>> barOne = \relative c'' {
>>   <<
>>     {
>>       <<
>>     \context Voice = "vox" {
>>       \cue
>>       c'4 b a g
>>       \euc
>>     }
>> %% Commenting out the lyrics allows the later cue to work
>>     \addlyrics  { vo- cal cue notes }
>>       >>
>>     }
>>     \\
>>     {
>>       R1
>>     }
>>   >>
>> }
>>
>> \score {
>>   \context Staff <<
>>     \barOne
>>  %   \que
>>     \main
>>   >>
>> }
>>
>>     
>
>
>
>   





reply via email to

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