lilypond-user
[Top][All Lists]
Advanced

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

"programming error: Going back in MIDI time"


From: Ed Ravin
Subject: "programming error: Going back in MIDI time"
Date: Mon, 27 Aug 2007 12:20:59 -0400
User-agent: Mutt/1.5.10i

I get these messages at the end of every compilation.  Platform is
Mac OS 10.3.9.  Any idea what this means?

GNU LilyPond 2.10.29
Processing `southern.ly'
Parsing...
Interpreting music... [8][16][22]
Preprocessing graphical objects...
Interpreting music... 
MIDI output to `southern.midi'...
programming error: Going back in MIDI time.
continuing, cross fingers
programming error: Going back in MIDI time.
continuing, cross fingers
programming error: Going back in MIDI time.
continuing, cross fingers
programming error: Going back in MIDI time.
continuing, cross fingers
programming error: Going back in MIDI time.
continuing, cross fingers
programming error: Going back in MIDI time.
continuing, cross fingers
Layout output to `southern.ps'...
Converting to `southern.pdf'...

The score block that generates the MIDI output is below.

\score { % no layout, just MIDI, unfold repeats
        {
        <<
      \new Staff = "singer"
                <<
                \new Voice = "vocal" {
                                \autoBeamOff
                                \melody
                        }
        >>
      \new Lyrics \lyricsto vocal \new Lyrics { \text }
      \new PianoStaff = "piano" <<
                #(set-accidental-style 'piano)
        \new Staff = "upper" { \unfoldRepeats \upper }
        \new Staff = "lower" { \unfoldRepeats \lower }
      >>
    >>
        }

        \midi {
                \context {
                \Score
                        tempoWholesPerMinute = #(ly:make-moment 72 4)
                }
        }






reply via email to

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