isNotationElementVisible
Description​
Gets whether the given music notation element should be shown
- JavaScript
- C#
- Kotlin
isNotationElementVisible(element: NotationElement): boolean
bool IsNotationElementVisible(NotationElement element)
fun isNotationElementVisible(element: NotationElement): Boolean
Parameter | Summary |
---|---|
elementAll | the element to check |
Returns​
true if the element should be shown, otherwise false.