lilypond-user
[Top][All Lists]
Advanced

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

grace notes break preceding ties in MIDI


From: Adam Spiers
Subject: grace notes break preceding ties in MIDI
Date: Tue, 8 Jan 2013 04:13:21 +0000

Hi all,

Can anyone explain the following bug, and offer a work-around?
Reproducible on latest git master:

\include "english.ly"
%\include "articulate.ly"

\score {
  \new Staff {
    \relative c' {
      % BUG: This first f~ tie will not be honoured in the MIDI output
      % due to the \grace:
      f2 ef4 f~
      % i.e. this f8 will be sounded:
      | f8 \grace c32 f4
    }
  }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 150 4)
    }
  }
}

If the grace note is removed, the tie works.

Thanks!
Adam



reply via email to

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