{
set_elt_property (breakable_scm_sym, SCM_BOOL_T);
type_str_ = "|";
- at_line_start_b_ = false;
}
void
{":|", ":|", ""},
{"||", "||", ""},
{".|.", ".|.", ""},
- {"", "scorebar", "|"},
+ {"", "scorebar", "scorepostbreak"},
{"", "{", "{"},
{"", "[", "["},
{0,0,0}
if (bar_breaks[i][1] == type_str_)
{
type_str_ = bar_breaks[i][break_status_dir ()+1];
- if (at_line_start_b_ && (break_status_dir () == RIGHT) && (type_str_ == ""))
+ if (remove_elt_property (at_line_start_scm_sym)!= SCM_BOOL_F
+ && (break_status_dir () == RIGHT) && (type_str_ == ""))
{
type_str_ = "|";
}
bar_kern = 0.5 * \interline;
bar_thinkern = 0.75 * \interline;
barthick_thick = 0.5* \interline;
+barthick_score = 0.13333* \interline;
barthick_thin = 0.1*\interline;
Can't be, these are ugly! Changed to old (TeX) values.