SegmentType::HeaderClef
Are these types of segments only found at tick zero? Or can they appear later in the score?
Why are they separated from regular clef segments? Wouldn't the tick == 0 be enough to distinguish them?
Are these types of segments only found at tick zero? Or can they appear later in the score?
Why are they separated from regular clef segments? Wouldn't the tick == 0 be enough to distinguish them?
Do you still have an unanswered question? Please log in first to post your question.
Comments
Header clef segments are at least present at the start of each system if the style requires clefs there. I guess they are also used after a section break.
In reply to Header clef are at least… by [DELETED] 5
This is exactly why I ask such a question. I have never used a section break, so I would never come across that in my testing. Thanks for the info. Now I can adjust my code to the new assumption.