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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to