Should Cursor When a Tie-in or Continuation Note, that wraps Into Next Row, Like a Chord Drop to the End Note Head or Glide? #2736
Answered
by
Danielku15
AvaTheArchitect
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Danielku15
Jun 15, 2026
Replies: 1 comment
-
|
Yes this is the expected alphaTab behavior. There is no built in mechanism to do a half/half split of the duration to animate to the system end, and then continue from system start to beat. You can implement such an animation sequence on your own via a custom ICursorHandler (and likely IScrollHandler to scroll at the right time) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Danielku15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Yes this is the expected alphaTab behavior. There is no built in mechanism to do a half/half split of the duration to animate to the system end, and then continue from system start to beat.
You can implement such an animation sequence on your own via a custom ICursorHandler (and likely IScrollHandler to scroll at the right time)