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
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
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
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
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
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
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''
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
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
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 {}
}
10 matches
Mail list logo