Return the space left on the Bar.
(self)
| 160 | return (min, max) |
| 161 | |
| 162 | def space_left(self): |
| 163 | """Return the space left on the Bar.""" |
| 164 | return self.length - self.current_beat |
| 165 | |
| 166 | def value_left(self): |
| 167 | """Return the value left on the Bar.""" |