lilypond-user
[Top][All Lists]
Advanced

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

Re: No Dynamics in Midi


From: Mats Bengtsson
Subject: Re: No Dynamics in Midi
Date: Wed, 05 Oct 2005 09:39:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Just insert the following lines in your \midi{...} block to get rid of
the dynamics in the MIDI (the printed output remains the same).

\midi {
  ...
  \context {
    \Voice
    \remove "Dynamic_performer"
    \remove "Span_dynamic_performer"
  }
}


  /Mats

J L wrote:
Hi,

I was wondering how I might go about making dynamic markings (dyanmic-scripts, crescendi + decrescendi) to not have an impact on midi output. Of course I could just have duplicate sets of data, one set with dynamics, one set without.

Aligorith

_________________________________________________________________
Discover fun and games at  @  http://xtramsn.co.nz/kids



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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