lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3663 in lilypond: Crash with \repeat ... \alternat


From: lilypond
Subject: [Lilypond-auto] Issue 3663 in lilypond: Crash with \repeat ... \alternative and \remove "Bar_engraver"
Date: Thu, 14 Nov 2013 22:40:36 +0000

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

New issue 3663 by address@hidden: Crash with \repeat ... \alternative and \remove "Bar_engraver"
http://code.google.com/p/lilypond/issues/detail?id=3663

The following code triggers a crash:
******************
bug6-crash.ly

\version "2.17.26"

form = \new Staff \with {
  \remove "Bar_engraver"
} \repeat volta 2 {
    s1
} \alternative {
    s1 % first ending
    s1 % second ending
} % form

\score {
  <<
    \form
  >>
} % score
**************
David K has bisected the problem to

cced43289cf170305e6e6517180659a1c4fa91db is the first bad commit
commit cced43289cf170305e6e6517180659a1c4fa91db
Author: Marc Hohl <address@hidden>
Date:   Wed Aug 1 21:15:46 2012 +0200

    New bar line interface

The commit comes from the following:
Issue 1320: Enhancement: user-customizable barlines through a Scheme interface.
and
Issue 2790:     Patch: bar-line interface part 2/2







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