bug-lilypond
[Top][All Lists]
Advanced

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

MIDI ignores dynamics parallel to notes


From: Richard Sabey
Subject: MIDI ignores dynamics parallel to notes
Date: Mon, 23 May 2011 10:06:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Lilypond's MIDI output sometimes fails to account for dynamic indications if the
code specifies them in parallel with the music rather than directly attached to
notes.

In the example, the notes sound fairly loud to me.

Related to issue 1646?
%%%%%%%%%%%%%%%%%%%%%%
\version "2.13.61"

\score
{
        <<
                \new Staff \with { midiInstrument = #"contrabass"}
                        <<
                                { c2  f  }
                                { s1\pppp }
                        >>
        >>
        \midi
        {
                \context
                {       \Staff
                        \remove "Staff_performer"
                }
                \context
                {       \Voice
                        \consists "Staff_performer"
                }
        }
} % score
%%%%%%%%%%%%%%%%%%%%%%





reply via email to

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