lilypond-user
[Top][All Lists]
Advanced

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

Re: Make visible note silent


From: Eluze
Subject: Re: Make visible note silent
Date: Mon, 04 Jun 2012 17:31:47 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1



Am 04.06.2012 12:11, schrieb ornello:
Hello *,

is there a way to make a visible note silent? It should be displayed when
creating PDF, but not played when creating MIDI output. Or do I have to
replace these notes by silences in my LY file for generating the MIDI file?
I know the \killCues command for cue notes, but how do I remove non-cue
notes from the MIDI output?

Thank you for suggestions...

if you're _not_ using dynamics you can add a mute dynamic mark like the NR describes (see 3.5.5 Controlling MIDI dynamics.),
add \override Voice . DynamicText #'stencil = ##f
and you will have what you want

the inconvenience is that you have to reset it after a mute part.

hth

Eluze



reply via email to

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