lilypond-user
[Top][All Lists]
Advanced

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

Re: how to mute explicit voices in midi output


From: Martial
Subject: Re: how to mute explicit voices in midi output
Date: Sun, 26 Aug 2007 14:07:48 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

hello

Put a dynamic at the begin off no sound

%------------
\version "2.10.29"
\score {
\relative c' {
        c8
        c c d
        e4 d
\set Staff.midiMaximumVolume = #0       
        c8\f^"Dyn. for NO sound"
        e d d
\set Staff.midiMaximumVolume = #1
         c2 \f^"for sound"
        }
\layout { }
\midi { }       
}
%------------

I think the manual is a bit unclear on this topic.
I tried \set Staff.midiMaximumVolume = #0 but it didn't work.






reply via email to

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