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

2012-01-13 Thread lilypond
Comment #4 on issue 1412 by plros...@gmail.com: programming error: Going back in MIDI time http://code.google.com/p/lilypond/issues/detail?id=1412 Let's take a file with acciaccatura between two ordinary notes. Run lilypond on it, then midi2ly on the MIDI file. The result shows tha

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

2012-01-13 Thread lilypond
Comment #3 on issue 1412 by plros...@gmail.com: programming error: Going back in MIDI time http://code.google.com/p/lilypond/issues/detail?id=1412 The same happens with \appoggiatura. It looks like Lilypond tries to borrow time from the previous note, but there is none. It may be OK for

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

2011-05-25 Thread David Kastrup
lilyp...@googlecode.com writes: > Comment #2 on issue 1412 by fiee.vis...@gmail.com: programming error: > Going back in MIDI time > http://code.google.com/p/lilypond/issues/detail?id=1412 > > "Going back" happens regularly with grace notes. I think that it would be nice

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

2011-05-25 Thread lilypond
Comment #2 on issue 1412 by fiee.vis...@gmail.com: programming error: Going back in MIDI time http://code.google.com/p/lilypond/issues/detail?id=1412 "Going back" happens regularly with grace notes. ___ bug-lilypond mailing list bu

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

2010-11-18 Thread lilypond
Updates: Labels: -Type-Other Type-Defect Priority-Low Comment #1 on issue 1412 by n.puttock: programming error: Going back in MIDI time http://code.google.com/p/lilypond/issues/detail?id=1412 (No comment was entered for this change

Re: programming error: Going back in MIDI time

2010-11-18 Thread Hans Aberg
On 18 Nov 2010, at 12:37, Ralph Palmer wrote: Thanks for your report. This has been accepted as Issue 1412 : http://code.google.com/p/lilypond/issues/detail?id=1412 Fine. Pondly (as Valentin would say), Pond-lily Yours, Hans ___ bug-lilypond

Re: programming error: Going back in MIDI time

2010-11-18 Thread Ralph Palmer
On Wed, Oct 27, 2010 at 12:22 PM, Hans Aberg wrote: > 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''

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

2010-11-18 Thread lilypond
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

Re: programming error: Going back in MIDI time.

2007-09-12 Thread Graham Percival
Hi, Unfortunately we are not collecting reports on programming errors if the output is fine. Sorry, - Graham Neil Puttock wrote: Hi there, In the following snippet, beginning a sequence of music with a grace note produces the above error at compile time when the \midi block is included, th

programming error: Going back in MIDI time.

2007-09-11 Thread Neil Puttock
Hi there, In the following snippet, beginning a sequence of music with a grace note produces the above error at compile time when the \midi block is included, though the midi output seems to be fine: \version "2.11.32" \score { \new Staff { \grace c'8 c'1 } \midi {} }