bug-lilypond
[Top][All Lists]
Advanced

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

Re: Midi equalizer not working in 2.11.16


From: Martial
Subject: Re: Midi equalizer not working in 2.11.16
Date: Mon, 05 Feb 2007 23:54:52 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

hi

mmm...
have you  put a dynamic \f or at the first note in each staff ?
try this !

In the following snippet, you'd expect the oboe to be nine times as loud
as the bassoon, but in fact they are the same volume.

%%% BEGIN
\version "2.11.16"
\score {
  <<
    \new Staff {
      \set Staff.midiInstrument = "oboe"
      \set Staff.midiMinimumVolume = #0.9
      \set Staff.midiMaximumVolume = #0.9
      c''1
    }
    \new Staff {
      \set Staff.midiInstrument = "bassoon"
      \set Staff.midiMinimumVolume = #0.1
      \set Staff.midiMaximumVolume = #0.1
      c'1
    }
  >>
  \midi { }
}
%%% END





reply via email to

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