use new Canvas::Note object for (sustained) note display

This commit is contained in:
Paul Davis 2018-07-03 11:21:53 -04:00
parent ed24e01658
commit 644a05f60b
4 changed files with 30 additions and 27 deletions

View file

@ -46,6 +46,7 @@ canvas_sources = [
'line_set.cc',
'lookup_table.cc',
'meter.cc',
'note.cc',
'outline.cc',
'pixbuf.cc',
'poly_item.cc',