Return the value left on the Bar.
(self)
| 164 | return self.length - self.current_beat |
| 165 | |
| 166 | def value_left(self): |
| 167 | """Return the value left on the Bar.""" |
| 168 | return 1.0 / self.space_left() |
| 169 | |
| 170 | def augment(self): |
| 171 | """Augment the NoteContainers in Bar.""" |