struct mah_note notes[7]; struct mah_scale scale = mah_get_scale( (struct mah_note) {MAH_C, MAH_NATURAL, 4}, &MAH_BLUES_SCALE, notes, MAH_ASCEND, NULL ); char buf[MAH_DISP_LEN]; for (int i = 0; i < scale.size; i++) { puts(mah_write_note(scale.notes[i], buf, MAH_DISP_LEN, NULL)); } Gustav Mahler is one of my favourite composers; if you like the emotions of Wagner, and the ideas of ...