Song.getPart

Gets a part from the song.

class Song
final
getPart

Parameters

title SongPartTitle

The title of the part to get.

Return Value

Type: SongPart

The part if existing, null otherwise.

Meta