From: Ben Harris Date: Sun, 26 Apr 2020 14:27:28 +0000 (+0100) Subject: A few other musical symbols that happen to be feasible X-Git-Tag: bedstead-002.002~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=a777d5117fd80c30216ac12c462a31476245786f;p=bedstead.git A few other musical symbols that happen to be feasible My segno is missing the conventional dots, though. --- diff --git a/bedstead.c b/bedstead.c index 539b742..07cc3a2 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1642,6 +1642,9 @@ static struct glyph { {{024,024,024,025,024,025,024,024,024}, U(1D106) }, /* start repeat */ {{005,005,005,025,005,025,005,005,005}, U(1D107) }, /* end repeat */ {{000,000,000,004,000,004,000,000,000}, U(1D108) }, /* repeat dots */ + {{010,024,021,012,004,012,021,005,002}, U(1D10B) }, /* segno */ + {{016,021,025,000,000,000,000,000,000}, U(1D110) }, /* fermata */ + {{000,000,000,000,000,000,025,021,016}, U(1D111) }, /* fermata below */ {{000,000,000,000,037,000,000,000,000}, U(1D116) }, /* 1-line stave */ {{000,000,000,037,000,037,000,000,000}, U(1D117) }, /* 2-line stave */ {{000,000,037,000,037,000,037,000,000}, U(1D118) }, /* 3-line stave */