#include "line.hh"
-
-
+#include "symbol.hh"
#include "cols.hh"
+
String
Spanner::TeXstring() const
{
return output->extent().x;
}
+Interval
+Item::height() const
+{
+ return output->extent().y;
+}
+
/****************************************************************/
Item::Item()
#include "command.hh"
#include "molecule.hh"
#include "rhythmstaf.hh"
-
+#include "symbol.hh"
Rhythmic_column::Rhythmic_column(Score_column*s, Rhythmic_staff *rs)
Item *i = new Item;
const Symbol*s=0;
- if (com -> args[0] == "|" ) {
- s = Symbol::find_bar("|");
+ if (com -> args[0] == "BAR" ) {
+ s = Symbol::find_bar(com->args[1]);
} else
assert(false);