2009/7/25 Jonathan Wilkes <jancs...@yahoo.com>: > There's something in NR 3.5.5 that describes how to control MIDI behavior > for (custom) dynamics. But if I just use make-dynamic-script to print out > "ffffffffff" or "z" in the score, and I don't use any other dynamics, > it gets softer when the custom dynamic is used in the MIDI file.
The absolute dynamic value for unhandled dynamics is 0.5, just above pianissimo. Here's where it's set in dynamic-performer.cc: 126 Real volume = robust_scm2double (svolume, 0.5); Regards, Neil _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel