pub fn meter(style: &PieceStyle, meter: &Meter<'_>) -> Line<'static>Expand description
A proportion as one line: the bar, then the reading beside it.
The reading is built here from the two numbers and the noun rather than
taken assembled, which is what Meter::label carrying the noun alone is
for: a terminal at one line and a tooltip want different sentence orders.