bug-lilypond
[Top][All Lists]
Advanced

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

compile message: programming error: no broken bound


From: Martin Castillo
Subject: compile message: programming error: no broken bound
Date: Mon, 13 Jan 2020 18:53:37 +0059.55

Hi,

When I compile this file, I get the following output:

GNU LilyPond 2.19.83
Processing `bug.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: no broken bound
continuing, cross fingers
programming error: no broken bound
continuing, cross fingers
Layout output to `/tmp/lilypond-a9iMrK'...
Converting to `bug.pdf'...
Deleting `/tmp/lilypond-a9iMrK'...
Success: compilation successfully completed


The result looks good, though.

Martin Castillo

bug.ly:
\version "2.19.83"

\language "deutsch"

tone = { g''1 }

\new PianoStaff <<
    \new Staff \relative c {
      \tone
    }
    \new Staff {
      \ottava #-1 % <- this seems to be part of the problem
      #(mmrest-of-length tone)
    }
>>



reply via email to

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