private void draw_notes(int x, int y) { y = (y / 5) * 5; note.DrawString("w", f1, Brushes.Black, x - 20, y - 41); for (int i = 9; i <= 15; i = i + 2) {
note.Clear(Color.color);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)