.. _usersGuide_41_figuredBass: .. WARNING: DO NOT EDIT THIS FILE: AUTOMATICALLY GENERATED. PLEASE EDIT THE .py FILE DIRECTLY. User's Guide, Chapter 41: Figured Bass -------------------------------------- Let's start with a new piece, the first movement of a Trio sonata by Corelli. .. code:: ipython3 from music21 import * corelli = corpus.parse('corelli/opus3no1') corelli.show() .. image:: usersGuide_41_figuredBass_2_0.png :width: 701px :height: 987px .. code:: ipython3 basso = corelli.parts[-1] basso.measure(2).show('text') .. parsed-literal:: :class: ipython-result {0.0} {2.0} {3.0} (TODO: write method, lyrics to bass...)