bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond crash in special case


From: Thomas Morley
Subject: Re: lilypond crash in special case
Date: Wed, 1 Apr 2015 01:29:07 +0200

2015-03-31 16:54 GMT+02:00 Simon Albrecht <address@hidden>:
> Am 31.03.2015 um 14:59 schrieb Phil Holmes:
>>
>> "Leo Naab" <address@hidden> wrote in message
>> news:address@hidden
>>>>
>>>> I'm not top posting.
>>>
>>>
>>> I have a special lilypond file with let's lilypond.exe crash. The file
>>> works
>>> fine with version 2.19.15, but not with 2.19.17.
>>>
>>> The crash has do to with a "\new Lyric" line. "\new Lyric" in \context
>>> Staff
>>> didn't work, but if the "\new Lyric" comes behind the \context Staff all
>>> is
>>> fine.
>>>
>>> I reduce my lilypond file to the following:
>>
>>
>> I can confirm this also crashes on 2.19.16, Windows.  I get the following
>> error:
>>
>> :11:72: programming error: Spanner `TieColumn' is not fully contained in
>> parent spanner.  Ignoring orphaned part
>> a4 a8 g8~ g8 g4 fis8~ fis8 fis4. r8 g8 g8 g8 a4 a8 ais8~ ais8 ais4 fis8
>> ~ \break
>>
> Same on ubuntu.
> ~ Simon
>



A minimal example triggering it:

\version "2.19.17"

<<
  \new Staff \new Voice { r1 }
  \new Staff
    <<
    \new Voice = "bass" { a1~ \break a1 }
    % comment this line and uncomment the line below then it work's
    \new Lyrics \lyricsto "bass" { bla }
    >>
    %\new Lyrics \lyricsto "bass" { bla }
>>

The combination of a dying Staff at linebreak, whereas the other has a
Tie and assigned Lyrics is needed to have the crash

Cheers,
  Harm



reply via email to

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