Re: how to mute explicit voices in midi output

2007-08-26 Thread Martial

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.





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to mute explicit voices in midi output

2007-08-26 Thread Martial

hello

Put a dynamic at the beginning of your Note where you dont want 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.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: how to mute explicit voices in midi output

2007-08-26 Thread Martial



You can hide the dynamics with

\once \override Score.DynamicText #'transparent = ##t   


Put a dynamic at the beginning of your Note where you dont want no sound.
 I think the manual is a bit unclear on this topic.
 I tried \set Staff.midiMaximumVolume = #0 but it didn't work.




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user