lilypond-user
[Top][All Lists]
Advanced

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

problem in midi file


From: Pascal Legris
Subject: problem in midi file
Date: Mon, 22 Mar 2004 10:31:51 +0100

I have a problem with midi generated files.
After a tie, notes at the same pitch than the tie are shifted to the left in the midi file.

\paper {
    linewidth = 160 \mm
}
\renameinput "miditest.ly"

\version "2.1.32"

\header {
}


\score {
  \notes\relative c'' {
    \time 4/4
    c1 ~ c4 b c d
  }
  \paper{ raggedright = ##t }
  \midi { \tempo 4 = 110 }
}


in the resulting midi file, the last c is shifted to the left :

@+,
Pascal Legris

reply via email to

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