bug-lilypond
[Top][All Lists]
Advanced

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

markup in book crashes lilypond


From: Vincent
Subject: markup in book crashes lilypond
Date: Thu, 28 Sep 2006 13:22:38 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

the followig code crashes lilypond 2.9.18-mingw:

programming error: tried to space systems on a bad number of pages

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.9.18"

\book
{
  \score{
    \new Staff {
        a1 b c' d' % add two or more, or remove one or more bars to stop crashig
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
        a1 b c' d'
    }
  }

  \markup {" crash "} % remove to stop crashing

  \score{
    \new Staff {a b c d} % this crashes
    % \new Staff {a b c' d'} % this works
  }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%





reply via email to

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