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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user