/usr/share/denemo/pixmaps/notehead-2.xbm is in denemo-data 2.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #define notehead_2_width 13
#define notehead_2_height 10
static unsigned char notehead_2_bits[] = {
0xe0, 0x07, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x1f, 0xfe, 0x1f, 0xff, 0x0f,
0xff, 0x0f, 0xff, 0x07, 0xfe, 0x03, 0xfc, 0x00, };
|