# Functions
GetLyricsProvider returns a new LyricsProvider.
GetProvider returns a new Provider.
# Structs
LyricsAtom describes a single word/element in the lyrics.
SongMetadata holds the metadata for a song.
# Interfaces
LyricsProvider is used to get the lyrics for songs.
Provider is used to get metadata for songs.
# Type aliases
LyricsLine is a line in the lyrics, composed of LyricsAtoms.