lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4339 in lilypond: LilyPond crash with \new Lyrics


From: lilypond
Subject: [Lilypond-auto] Issue 4339 in lilypond: LilyPond crash with \new Lyrics
Date: Fri, 03 Apr 2015 11:48:41 +0000

Status: Accepted
Owner: ----

New issue 4339 by address@hidden: LilyPond crash with \new Lyrics
https://code.google.com/p/lilypond/issues/detail?id=4339

Extracted from a discussion :

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.

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

--
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]