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.


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

Reply via email to