From: Ben Harris Date: Sun, 26 Apr 2020 14:09:56 +0000 (+0100) Subject: An assortment of nice obvious musical symbols X-Git-Tag: bedstead-002.002~34 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=b62dd8d5197fe737fee537da915b54db232c6f38;p=bedstead.git An assortment of nice obvious musical symbols Mostly bar lines and staves. --- diff --git a/bedstead.c b/bedstead.c index cbc423c..3473ed5 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1633,8 +1633,20 @@ static struct glyph { {{000,000,020,020,022,025,015,000,000}, U(1047F) }, /* yew */ /* Musical symbols */ + {{004,004,004,004,004,004,004,004,004}, U(1D100) }, /* bar line */ + {{012,012,012,012,012,012,012,012,012}, U(1D101) }, /* double bar line */ + {{013,013,013,013,013,013,013,013,013}, U(1D102) }, /* final bar line */ + {{032,032,032,032,032,032,032,032,032}, U(1D103) }, /* reversed ditto */ + {{004,004,000,004,004,004,000,004,004}, U(1D104) }, /* dashed bar line */ + {{000,000,004,004,004,004,004,000,000}, U(1D105) }, /* short bar line */ {{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 */ + {{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 */ + {{000,037,000,037,000,037,000,037,000}, U(1D119) }, /* 4-line stave */ + {{037,000,037,000,037,000,037,000,037}, U(1D11A) }, /* 5-line stave */ {{004,012,012,012,014,026,025,016,004}, U(1D11E) }, /* G clef */ {{025,025,025,026,024,026,025,025,025}, U(1D121) }, /* C clef */ {{010,025,004,005,010,020,000,000,000}, U(1D122) }, /* F clef */