I would have tried removing the engraver.
Does this affect the MIDI too?
Honestly I can't hear any difference in the MIDI between sustained and
not sustained notes. Is sostenuto supported in MIDI?
\version "2.20.0"
%\include "articulate.ly"
\score {
\new Staff \with {
\remove "Piano_pedal_engraver"
}
\relative {
c''4 d e g
<c, f a>1
c4\sustainOn d e g
<c, f a>1\sustainOff
}
\layout {}
\midi {}
}
Il giorno mar 13 ott 2020 alle 09:57, Martin Tarenskeen
<[email protected]> ha scritto:
Thanks Hwaen,
works perfectly for my purpose.
I now also found I can use this \tag command to show chordsymbols in
my score without playing them automatically with those horrible
automatic voicings in Midi playback :-)
MT
On Tue, 13 Oct 2020, Hwaen Ch'uqi wrote:
Greetings Martin,
You could use the \tag command in a separate voice or staff block and
so generate midi output but not visual output.
HTH,
Hwaen Ch'uqi
On 10/13/20, Martin Tarenskeen <[email protected]> wrote:
Hi,
I am typesetting a Piano solo score.
I want to add \sustainOn and \sustainOff stuff in my lilypond
source only
for more realistic MIDI output, but I don't want to print the
pedalmarkings in my score. How to do this? If possible without the
need to
have separate midi and layout versions of the same lilypond code
for the
notes.
--
MT