Skip to content

Commit

Permalink
Update generate-mei-support.py
Browse files Browse the repository at this point in the history
* Add missing `.ratio` ending
  • Loading branch information
lpugin authored May 16, 2024
1 parent 9794643 commit 1fb0775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-mei-support.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from typing import Dict, List
import yaml

endings = ["anl", "base", "cmn", "ges", "gestural", "log", "logical", "pitched", "quality", "vis"]
endings = ["anl", "base", "cmn", "ges", "gestural", "log", "logical", "ratio", "pitched", "quality", "vis"]

attribute_classes_exceptions = {
"att.time.base": "att.timeBase"
Expand Down

0 comments on commit 1fb0775

Please sign in to comment.