(voice: Voice)
| 474 | public style?: BarStyle; |
| 475 | |
| 476 | public addVoice(voice: Voice): void { |
| 477 | voice.bar = this; |
| 478 | voice.index = this.voices.length; |
| 479 | this.voices.push(voice); |
| 480 | } |
| 481 | |
| 482 | public finish(settings: Settings, sharedDataBag: Map<string, unknown> | null = null): void { |
| 483 | this._filledVoices.clear(); |