Status: Accepted
Owner: ----
Labels: Type-Other
New issue 1412 by RalphBugList: programming error: Going back in MIDI time
http://code.google.com/p/lilypond/issues/detail?id=1412
---- 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 {}
}
-------------------
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond