lilypond-user
[Top][All Lists]
Advanced

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

Re: Artificial harmonics and MIDI output


From: Noeck
Subject: Re: Artificial harmonics and MIDI output
Date: Wed, 12 Dec 2012 00:06:53 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

Am 11.12.2012 23:01, schrieb Olivier Biot:
> <e-\thumb a-\harmonic-3>
>
> How can this be easily achieved? Is there a way to mute the MIDI channel
> for one or a number of notes?

Hi Oliver,

you could use tags:
http://lilypond.org/doc/v2.16/Documentation/notation/different-editions-from-one-source#using-tags

music = {
  a4
  % probably you need to specify durations and the octave, too
  \tag #'written { <e-\thumb a-\harmonic-3> }
  \tag #'formidi { a }
  a4
 }

\score {
  \keepWithTag #'written \music
  \layout{}
}

\score {
  \keepWithTag #'formidi \music
  \midi {}
}

HTH,
Joram



reply via email to

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