From: Ben Harris Date: Sun, 27 Oct 2024 11:21:05 +0000 (+0000) Subject: Musical stave characters should join to the left X-Git-Tag: bedstead-3.246~5^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=a252182ee6a8d5a057b414fc26464c639dd7ff8d;p=bedstead.git Musical stave characters should join to the left --- diff --git a/bedstead.c b/bedstead.c index 9984adb..5d793bd 100644 --- a/bedstead.c +++ b/bedstead.c @@ -2470,11 +2470,11 @@ static struct glyph { {"\10\24\21\12\04\12\21\05\02", U(1D10B) }, /* segno */ {"\16\21\25\00\00\00\00\00\00", U(1D110) }, /* fermata */ {"\00\00\00\00\00\00\25\21\16", U(1D111) }, /* fermata below */ - {"\00\00\00\00\37\00\00\00\00", U(1D116) }, /* 1-line stave */ - {"\00\00\00\37\00\37\00\00\00", U(1D117) }, /* 2-line stave */ - {"\00\00\37\00\37\00\37\00\00", U(1D118) }, /* 3-line stave */ - {"\00\37\00\37\00\37\00\37\00", U(1D119) }, /* 4-line stave */ - {"\37\00\37\00\37\00\37\00\37", U(1D11A) }, /* 5-line stave */ + {"\00\00\00\00\37\00\00\00\00", U(1D116), JOIN_L }, /* 1-line stave */ + {"\00\00\00\37\00\37\00\00\00", U(1D117), JOIN_L }, /* 2-line stave */ + {"\00\00\37\00\37\00\37\00\00", U(1D118), JOIN_L }, /* 3-line stave */ + {"\00\37\00\37\00\37\00\37\00", U(1D119), JOIN_L }, /* 4-line stave */ + {"\37\00\37\00\37\00\37\00\37", U(1D11A), JOIN_L }, /* 5-line stave */ {"\04\12\12\12\14\26\25\16\04", U(1D11E) }, /* G clef */ {"\25\25\25\26\24\26\25\25\25", U(1D121) }, /* C clef */ {"\10\25\04\05\10\20\00\00\00", U(1D122) }, /* F clef */