@@ -19,11 +19,19 @@ def main(): composition = { "intro": { "body": { - "pan_flute": { # Instrument 'melody' + "percusion": { + "channel": 14, + "octave": 4, + "duration": 60, + "grammars": { + "u": ["A ^A (u)"] + } + }, + "pan_flute": { "channel": 8, "octave": 5, "duration": 60, "grammars": { # Notes for this instrument to use in this piece "u": ["C2' B2 | A3 D3 || B | C' | D | C2' C2' | z | (u)", "C2' C2' | C2' C2' | (x)"],