comments
Description​
Whether to write extended comments into the exported file (e.g. to in alphaTex to mark where certain metadata or bars starts)
- JavaScript
- C#
- Kotlin
comments: boolean = false;
bool Comments { get; set; } = false
var comments: Boolean = false