Clamps Dictionary
score-display
Function
(score-display events &key title dynamics amp pitch pitchname (stems t) (width 100) (xscale 1) marks)
Display sfz-events using lilypond on a single staff with barlines, time signatures and rests removed.
Arguments
events |
List containing sfz or midi events. |
file |
String denoting the lilypond base filename to save to in the /tmp/ directory. |
:title |
String denoting a title to display above the staff systems. |
:dynamics |
Boolean indicating whether to add dynamics below the notes. |
:amp |
Boolean indicating whether to add the amplitude in dB above each note. |
:pitch |
Boolean indicating whether to add the MIDIcent keynumber above each note. |
:pitchname |
Boolean indicating whether to add a note name and it's microtonal offset in cent above each note. |
:stems |
Boolean indicating whether to display note stems. |
:width |
Number denoting the width of the staff systems. |
:xscale |
Number denoting the scaling in x-direction of successive notes. |