bug-lilypond
[Top][All Lists]
Advanced

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

Re: programming error: Going back in MIDI time


From: Hans Aberg
Subject: Re: programming error: Going back in MIDI time
Date: Wed, 27 Oct 2010 18:22:51 +0200

I get the error with the fairly minimal code below.


---- MIDIback.ly ----
\version "2.13.35"

music = \new Staff {
  \tempo 4 = 120
  \time 2/4

  \set Staff.midiInstrument = "church organ"

  \key a \minor

  \relative c'' {
    \acciaccatura gis'8 a4  e8. d16 |
  }
}

\score {
  \music
  \layout {}
}

\score {
  \music
  \midi {}
}
-------------------




reply via email to

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