Hi,

Running

    lilypond bug.ly
    midi2ly bug.midi
    grep fis bug-midi.ly 

produces

    fis1 
    fis'4. d8*5 

While technically correct, duration-wise, in printed output it
will look as if the d2 has been omitted.  In other words

    fis'4. d8 ~ d2

looks so much nicer!  Tested with 2.16.2 and 2.19.11.

Greetings, Jan

\score {
  \relative f
  {
    \tempo 4 = 130
    \key d \major
    \clef bass
    fis1 fis'4. d8 ~ d2 
    d1
  }
  \layout{}
  \midi{ }
}
-- 
Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to