Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyABC2 0.1.3 documentation
PyABC2 0.1.3 documentation

Examples

  • Types
  • Modes
  • Tune sources
  • Plots
  • Widget

Reference

  • API
    • pyabc2.PitchClass
    • pyabc2.Pitch
    • pyabc2.Note
    • pyabc2.PitchClass.from_name
    • pyabc2.PitchClass.from_pitch
    • pyabc2.Pitch.from_name
    • pyabc2.Pitch.from_class_name
    • pyabc2.Pitch.from_class_value
    • pyabc2.Pitch.from_etf
    • pyabc2.Pitch.from_helmholtz
    • pyabc2.Pitch.from_pitch_class
    • pyabc2.Note.from_abc
    • pyabc2.Note.from_pitch
    • pyabc2.Key
    • pyabc2.Key.parse_key
    • pyabc2.Key.relative
    • pyabc2.Tune
    • pyabc2.Tune.title
    • pyabc2.Tune.titles
    • pyabc2.Tune.type
    • pyabc2.Tune.key
    • pyabc2.Tune.url
    • pyabc2.Tune.header
    • pyabc2.Tune.abc
    • pyabc2.Tune.measures
    • pyabc2.Tune.iter_notes
    • pyabc2.Tune.print_measures
    • pyabc2.sources.load_example_abc
    • pyabc2.sources.load_example
    • pyabc2.sources.load_url
    • pyabc2.sources.norbeck.load
    • pyabc2.sources.norbeck.load_url
    • pyabc2.sources.the_session.load
    • pyabc2.sources.the_session.load_meta
    • pyabc2.sources.the_session.load_url
    • pyabc2.sources.eskin.load_meta
    • pyabc2.sources.eskin.load_url
    • pyabc2.sources.eskin.abctools_url_to_abc
    • pyabc2.sources.eskin.abc_to_abctools_url
    • pyabc2.sources.bill_black.load_meta
    • pyabc2.sources.hardy.load_meta
    • pyabc2.abcjs.widget.ABCJSWidget
    • pyabc2.abcjs.widget.interactive
    • pyabc2.abcjs.headless.svg
    • pyabc2.abcjs.headless.svg_to
    • pyabc2.abcjs.headless.build
    • pyabc2.abcjs.htmlgen.html
    • pyabc2.abcjs.htmlgen.open_html
  • Release notes
  • Instructions for developers
  • GitHub
Back to top
View this page

pyabc2.Pitch.from_name¶

classmethod Pitch.from_name(name)¶

From scientific pitch notation (SPN).

https://en.wikipedia.org/wiki/Scientific_pitch_notation

Parameters:

name (str)

Return type:

Pitch

Next
pyabc2.Pitch.from_class_name
Previous
pyabc2.PitchClass.from_pitch
Copyright © 2021–2026 zmoon
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyabc2.Pitch.from_name
    • Pitch.from_name()