Skip to content

Commit

Permalink
Merge pull request #8 from mxordn/test-figured-bass
Browse files Browse the repository at this point in the history
Test figured bass
  • Loading branch information
mxordn authored Jun 13, 2023
2 parents 91c712d + 08edf89 commit 21469bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions music21/mei/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2560,6 +2560,7 @@ def figuredbassFromElement(elem, slurBundle=None) -> harmony.FiguredBassIndicati
fb_notation_list: list[str] = []
fb_extenders: list[bool] = []
dauer: float = 0

# loop through all child elements and collect <f> tags
for subElement in elem.findall('*'):
if subElement.tag == f'{MEI_NS}f':
Expand Down

0 comments on commit 21469bc

Please sign in to comment.