let drum = sound(" bd bd hh*4 bd ")._punchcard().color("cyan"); let bass = note("c - d
e - c c").sound("triangle metal")._punchcard(); let melody = note("
").sound("piano")._punchcard(); stack( drum, bass, melody )._punchcard();