lilypond-user
[Top][All Lists]
Advanced

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

Re: Additional dynamics for MIDI


From: Kieren MacMillan
Subject: Re: Additional dynamics for MIDI
Date: Thu, 12 Jun 2008 22:05:55 -0400

Hi Michael:

it would be very useful to have some universal dynamics
for the layout and midi, some additional dynamics for the
layout only and some additional dynamics for the midi only.

Depending on how your brain works, there are two obvious ways to do it:

1. Define three variables:
    notesAndUniversalDynamics = {}
    layoutDynamics = {}
    midiDynamics = {}
and combine them as needed (i.e., #1 and #2 in the "engraved output" block, and #1 and #3 in the MIDI block).

2. Write everything in one variable, and #'tag the layout-only and midi-only items, then use #'keep-with-tag in your "engraved output" and MIDI blocks.

Hope this helps!
Kieren.




reply via email to

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