bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1412 in lilypond: programming error: Going back in MIDI time


From: lilypond
Subject: Issue 1412 in lilypond: programming error: Going back in MIDI time
Date: Thu, 18 Nov 2010 11:36:42 +0000

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 {}
}
-------------------





reply via email to

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