Hi, Maybe is it a best simple way but :
Two score One with only layout {} the second with only midi {} %%--------------------------------- %Dynamics are need Mute = { d''\f a' f' b' } Sound = { c'\f e' g' c' } %STAFF \score { << \Mute \\ \Sound >> \layout { ragged-right = ##t } } %MIDI \score { << \new Staff { \set Staff.midiMaximumVolume = #0.0 \set Staff.midiMinimumVolume = #0.0 \Mute } \new Staff { \set Staff.midiMaximumVolume = #1.0 \set Staff.midiMinimumVolume = #1.0 \Sound } >> \midi { } %%\layout { ragged-right = ##t } } %%----------------------------------------
I have a staff (chords in a lead sheet) that I would like to mute in the MIDI file. Is there a way to disable the MIDI for that staff, or set the MIDI volume to zero, or set the instrument to none?
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user