lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4273 in lilypond: Assertion failure with `ly:page-


From: lilypond
Subject: [Lilypond-auto] Issue 4273 in lilypond: Assertion failure with `ly:page-turn-breaking'
Date: Mon, 26 Jan 2015 07:12:38 +0000

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

New issue 4273 by address@hidden: Assertion failure with `ly:page-turn-breaking'
https://code.google.com/p/lilypond/issues/detail?id=4273

[release/2.19.15-1-171-ge86b2ea]

The input

  \version "2.19.16"

  \paper {
    #(define page-breaking ly:page-turn-breaking)
    system-count = 5
  }

  \score {
    \new PianoStaff {
      <<
        \new Staff { \repeat unfold 160 { c'8 c'' } }
        \new Staff { \repeat unfold 160 { c8 c' } }
      >>
    }
  }

makes lilypond crash with

  GNU LilyPond 2.19.16
  Processing `bug.ly'
  Parsing...
  Interpreting music...[8][16][24][32][40]
  Preprocessing graphical objects...
  Calculating page and line breaks (1 possible page breaks)...
  lilypond: page-turn-page-breaking.cc:210:
    void Page_turn_page_breaking::calc_subproblem(vsize):
      Assertion `!isinf (best.demerits_) && start < end - 1' failed.
  Aborted


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