how to mute explicit voices in midi output

2007-08-26 Thread Tao Cumplido
I think the manual is a bit unclear on this topic. I tried \set Staff.midiMaximumVolume = #0 but it didn't work. regards, Tao -- Pt! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger ___

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 }

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 }

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.