refp = staff_bar->common_refpoint (refp, Y_AXIS);
}
- // evaluate glyph
Span_bar::evaluate_glyph(me);
SCM glyph = me->get_grob_property (ly_symbol2scm ("glyph"));
+
+ /*
+ glyph may not be a string, when ME is killed by Hara Kiri in
+ between.
+ */
+ if (!gh_string_p (glyph))
+ return SCM_EOL;
+
String glyph_str = ly_scm2string (glyph);
// compose span_bar_mol
--- /dev/null
+
+\include "paper11-init.ly"
% paper13-init.ly
+
\version "1.3.146"
paperThirteen = \paper {
--- /dev/null
+
+\include "paper13-init.ly"
--- /dev/null
+
+\include "paper20-init.ly"
--- /dev/null
+
+\include "paper23-init.ly"
conversions.append (((1,3,148), conv, '"(align" -> "(axis", "(rows" -> "(columns"'))
+
################################
# END OF CONVERSIONS
################################