bug-lilypond
[Top][All Lists]
Advanced

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

midi2ly produces 8*5, can we do better?


From: 'Jan Nieuwenhuizen
Subject: midi2ly produces 8*5, can we do better?
Date: Thu, 17 Jul 2014 23:08:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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 <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  

reply via email to

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