lilypond-user
[Top][All Lists]
Advanced

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

Re: Midi equalisation


From: Janek Warchoł
Subject: Re: Midi equalisation
Date: Sun, 15 Sep 2013 15:45:39 +0200

Hi,

2013/9/10 David Kastrup <address@hidden>:
> Hilary Snaden <address@hidden> writes:
>
>> This (trimmed) example doesn't work as the documentation suggests it
>> should, in this case to reduce the volume of the organ relative to the
>> voices. Changing the volume values makes no difference at all. \dyns
>> contains dynamics for the organ, each voice part has its own dynamics.
>> Am I missing something?
>>
>> \score {
>>   <<
>>     \new Staff = "v1" {
>>       \set Staff.midiInstrument = #"choir aahs"
>>       \set Staff.midiMaximumVolume = #0.8
>>       \set Staff.midiMinimumVolume = #0.4
>>       \new Voice { \transpose d f \musicsoprano }
>>     }
>>     \new Staff = "v5" {
>>       \set Staff.midiInstrument = #"church organ"
>>       \set Staff.midiMaximumVolume = #0.4
>>       \set Staff.midiMinimumVolume = #0.2
>>       \new Voice { \transpose d f \upper }
>>     }
>>     \new Voice = "v7" { \dyns }
>>     \new Voice = "tempi" {
>>       \tempo 4.=84
>>     }
>>   >>
>>   \midi { }
>> }
>
> An actual dynamic?  I think the min/max values only take to flight when
> specifying a dynamic.

This should be fixed in 2.17.15 release (i.e. explicit dynamic should
no longer be necessary). See
http://code.google.com/p/lilypond/issues/detail?id=3234

Hilary, which LilyPond version have you been using?  Please try current
development version and tell us if it works for you.

best,
Janek



reply via email to

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