lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI settings


From: Mats Bengtsson
Subject: Re: MIDI settings
Date: Mon, 22 Aug 2005 10:33:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

I guess that major problem is that you cannot even specify a \p
or \< within \chordmode {...}. Otherwise, it's easy to modify the
definition of the ChordNames context to take the dynamics into
account in the MIDI output.

One possibility is to include your dynamics in a separate identifier:

mydynamics = { s1 \p s1*4 \f ...}
and make a separate \score for the MIDI output, with
\score{
  ...
  \new Voice <<\mychords \mydynamics>>
  ...
  \midi{...}
}

corresponding to
\score{
  ...
  \new ChordNames \mychords
  ...
  \layout{...}
}
in the print version.

   /Mats

fiëé visuëlle wrote:
Hi ho!

It's nice that LilyPond plays my chords in MIDI, and I recognized I can set the instrument with
\set ChordNames.midiInstrument = "flute"

But how to set the volume? Dynamic marks like \p don't work in  chordmode.

Further I'd like to get every MIDI file with "mid" extension instead of "midi" - MacOSX doesn't recognize .midi, and Windows doesn't either.
How can I setup that?

Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/



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

--
=============================================
        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]