.. _moduleAlphaTheoryAnalysisTheoryResult:

music21.alpha.theoryAnalysis.theoryResult
=========================================

.. WARNING: DO NOT EDIT THIS FILE:
   AUTOMATICALLY GENERATED.
   PLEASE EDIT THE .py FILE DIRECTLY.

.. automodule:: music21.alpha.theoryAnalysis.theoryResult

IntervalTheoryResult
--------------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult` bases

- :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult.color

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult.hasEditorial

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult.lyric

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult.offset

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.IntervalTheoryResult` instance variables

.. attribute:: IntervalTheoryResult.intv

	The actual :class:`~music21.interval.Interval`
	object associated with this theory result object

Instance variables inherited from :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`:

.. hlist::
   :columns: 3

   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.currentColor`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.text`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.value`

NoteTheoryResult
----------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.NoteTheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.NoteTheoryResult` bases

- :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.NoteTheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.NoteTheoryResult.color

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.NoteTheoryResult` instance variables

.. attribute:: NoteTheoryResult.n

	The actual :class:`~music21.note.Note`
	object associated with this theory result object

Instance variables inherited from :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`:

.. hlist::
   :columns: 3

   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.currentColor`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.text`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.value`

TheoryResult
------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.TheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.TheoryResult.color

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult` instance variables

.. attribute:: TheoryResult.currentColor

	The color of the entire theory result object

.. attribute:: TheoryResult.text

	The text associated with this theory result object,
	as generated by an identify() function

.. attribute:: TheoryResult.value

	The value, typically a short string, associated with
	this theory result object, as generated by an identify() function

ThreeNoteLinearSegmentTheoryResult
----------------------------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.ThreeNoteLinearSegmentTheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.ThreeNoteLinearSegmentTheoryResult` bases

- :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.ThreeNoteLinearSegmentTheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.ThreeNoteLinearSegmentTheoryResult.color

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.ThreeNoteLinearSegmentTheoryResult` instance variables

.. attribute:: ThreeNoteLinearSegmentTheoryResult.tnls

	The actual :class:`~music21.voiceLeading.ThreeNoteLinearSegment`
	object associated with this theory result object

Instance variables inherited from :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`:

.. hlist::
   :columns: 3

   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.currentColor`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.text`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.value`

VLQTheoryResult
---------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult` bases

- :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult.color

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult.hasEditorial

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult.markNoteEditorial

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult.offset

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VLQTheoryResult` instance variables

.. attribute:: VLQTheoryResult.vlq

	The actual :class:`~music21.voiceLeading.VoiceLeadingQuartet`
	object associated with this theory result object

Instance variables inherited from :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`:

.. hlist::
   :columns: 3

   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.currentColor`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.text`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.value`

VerticalityNTupletTheoryResult
------------------------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.VerticalityNTupletTheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VerticalityNTupletTheoryResult` bases

- :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VerticalityNTupletTheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VerticalityNTupletTheoryResult.color

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VerticalityNTupletTheoryResult.markNoteEditorial

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VerticalityNTupletTheoryResult` instance variables

.. attribute:: VerticalityNTupletTheoryResult.vsnt

	The actual :class:`~music21.voiceLeading.VerticalityNTuplet`
	object associated with this theory result object',
	'partNumIdentified':'Storate location for
	the part of importance that can be used later to color the results

Instance variables inherited from :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`:

.. hlist::
   :columns: 3

   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.currentColor`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.text`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.value`

VerticalityTheoryResult
-----------------------

.. autoclass:: music21.alpha.theoryAnalysis.theoryResult.VerticalityTheoryResult

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VerticalityTheoryResult` bases

- :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VerticalityTheoryResult` methods

.. automethod:: music21.alpha.theoryAnalysis.theoryResult.VerticalityTheoryResult.color

.. rubric:: :class:`~music21.alpha.theoryAnalysis.theoryResult.VerticalityTheoryResult` instance variables

.. attribute:: VerticalityTheoryResult.vs

	The actual :class:`~music21.voiceLeading.Verticality`
	object associated with this theory result object

Instance variables inherited from :class:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult`:

.. hlist::
   :columns: 3

   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.currentColor`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.text`
   - :attr:`~music21.alpha.theoryAnalysis.theoryResult.TheoryResult.value`
