Hi T.,
FYI, in order to use anchor, you must to use "!pragma teoz true", as:
@startuml
!pragma teoz true
hide footbox
title Sequence
note over PA : cue pressed
note over PA : play pressed
{start} PA -> PIS : send mpl with timings
activate PIS
activate PA #RED
PIS -> PIS: MPL->PL Conversion
PIS -> PR: combined cue / load AP request
{end} PR <--> PA:
activate PR#GREEN
note right of PR: playlist running, in sync with PA
{start} <-> {end} : Not\nin\nsync
@enduml
Enjoy,
Regards,
Th.