pyabc2.sources.norbeck.load

pyabc2.sources.norbeck.load(which='all', *, ascii_only=False, debug=False)

Load a list of tunes, by type(s) or all of them.

Parameters:
  • which (str | list[str]) – reels, jigs, hornpipes,

  • ascii_only (bool) – Whether to drop the implied diacritic symbols, e.g., \'o (True) or add the corresponding unicode characters (False, default).

  • debug (bool) – Show debug messages.

Return type:

list[Tune]

See also

Tune sources