How PianoPlayer routing works
masterPianoPlayer automatically determines how to assign hands to parts or staves. You can use --auto-routing (default) or --manual-routing to override this behavior.
Routing Logic:
- 2-part piano scores: Hands are selected by
-rpartand-lpart. - 1-part, 2-staff piano scores: Hands are selected by staff (
RH -> staff 1,LH -> staff 2). - Manual Override: Use
--manual-routingcombined with--rstaffand--lstaffto explicitly define staff numbers for the right and left hands.