7 #include "staff-elem.hh"
10 a horizontally fixed size element of the score
12 Item is the datastructure for printables whose width is known
13 before the spacing is calculated
15 NB. This doesn't mean an Item has to initialize the output field before
19 struct Item
: Staff_elem
{
20 /// indirection to the column it is in
24 virtual Item
*item() { return this; }