diff options
Diffstat (limited to 'muse2/xpm/note.xpm')
-rw-r--r-- | muse2/xpm/note.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/muse2/xpm/note.xpm b/muse2/xpm/note.xpm new file mode 100644 index 00000000..46064dbf --- /dev/null +++ b/muse2/xpm/note.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static const char * note_xpm[] = { +"16 16 4 1", +" c None", +". c #000000", +"+ c #808080", +"@ c #404000", +" .. ", +" ... ", +" .... ", +" . .. ", +" + + + . . ", +" @@@@@@@@.@@@@@ ", +" + + + . + ", +" + + + . + ", +" + + + . + ", +" + + .... + ", +" @@@@.....@@@@@ ", +" + +..... + ", +" ... ", +" ", +" ", +" "}; |