Note effects + Beat effects on the same note? #1436
-
Thanks for alphaTab! When using piano tuning, is there a way with alphatex to create a dotted quarter note that ties into another dotted quarter note? It seems like it's not possible to combine note effects and beat effects together on the same note, but I might be missing something. I read through this documentation on tied notes, but couldn't find anything for my use case. The following approaches I tried did not work: G4.4{d} G4.4{d}{-} Any help would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Variants that work:
Note effects have to be put directly after the note and beat effects after the beat. For piano tuning notes the format is typically Hope that helps. 😉 |
Beta Was this translation helpful? Give feedback.
Variants that work:
G4.4{d} -.4{d}
G4.4{d} G4{t}.4{d}
G4.4{d} G4{-}.4{d}
Note effects have to be put directly after the note and beat effects after the beat. For piano tuning notes the format is typically
note.beatduration
and with effects itsnote{note effects}.beatduration{beat effects}
Hope that helps. 😉