chiark / gitweb /
An assortment of nice obvious musical symbols
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 26 Apr 2020 14:09:56 +0000 (15:09 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 26 Apr 2020 14:09:56 +0000 (15:09 +0100)
Mostly bar lines and staves.

bedstead.c

index cbc423cfe7866e347a5a63319f344d613c3385bc..3473ed5aa722fd53d40db1c5da61f247ebfd3a5f 100644 (file)
@@ -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 */