lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2608 in lilypond: Lyrics bug


From: lilypond
Subject: [Lilypond-auto] Issue 2608 in lilypond: Lyrics bug
Date: Tue, 19 Jun 2012 00:24:01 +0000

Status: Accepted
Owner: ----
Labels: Type-Crash

New issue 2608 by address@hidden: Lyrics bug
http://code.google.com/p/lilypond/issues/detail?id=2608

Reported by Renato here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-06/msg00112.html

Renato observed the crash with Lilypond 2.14.2

Phil Holmes reported crashes with versions between 2.12.2 and 2.15.33 but he did not investigate beyond those versions.

The input source is not an actual score, just unusual input which happens to crash Lilypond. The user is able to typeset their actual work.

Text of original post follows:
-------------------------------

I'm not top posting.
I think this is quite important...
Explaining in theory is very complicated - an example should clarify.
This makes lilypond crash and make no output.

<<
 \new Voice = "a" {
  \new Voice = "b" {c2( d2)}
  r4 r4 c2
 }
 \new Lyrics \lyricsto "b" {
  \set associatedVoice = "a" Aaa __
  Bbb
 }


If you change "r4 r4" with "r2", lilypond works - it crashes only with two
rests in that point.
It works also if you remove the melismata or the extender on the "Aaa".
Obviously if you add some music before the "b" Voice the Lyrics can be
associated with "a" and then switch to "b", but lilypond crashes when
trying to print "Bbb" in the "a" Voice.

This seems to be fixed if you add another Voice context (and name it)
on the "r4 r4 c2" bar and switch to this Voice rather than the main.

------------------------------------





reply via email to

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