lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4018 in lilypond: Midi2ly; Produced incorrect PDF


From: lilypond
Subject: [Lilypond-auto] Issue 4018 in lilypond: Midi2ly; Produced incorrect PDF output
Date: Sat, 19 Jul 2014 21:23:40 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4018 by address@hidden: Midi2ly; Produced incorrect PDF output
http://code.google.com/p/lilypond/issues/detail?id=4018

Using minimal example

%test.ly

\score {
  \relative f
  {
    \tempo 4 = 130
    \key d \major
    \clef bass
    fis1 fis'4. d8 ~ d2
    d1
  }
  \layout{}
  \midi{ }
}

Running

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

produces

    fis1
    fis'4. d8*5

While technically correct, duration-wise, in printed output it
looks 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.

Attachments:
        Screenshot.png  15.5 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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