Skip to content

Commit

Permalink
Clean up other_music_fonts.py config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Feb 14, 2023
1 parent f00d061 commit 3149511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/other_music_fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
# https://github.com/fkretlow/sebastian
#
# e.g. /path/to/Sebastian.otf
FONT_FILE_PATH = "/home/ayoon/Downloads/Sebastian.fonts.v1.08/Sebastian.otf"
FONT_FILE_PATH = ""
# e.g. /path/to/Sebastian.json
METADATA_PATH = "/home/ayoon/Downloads/Sebastian.fonts.v1.08/Sebastian.json"
METADATA_PATH = ""
# e.g. "Sebastian"
FONT_FAMILY_NAME = "Sebastian"
FONT_FAMILY_NAME = ""

neoscore.register_music_font(FONT_FILE_PATH, METADATA_PATH)

Expand Down

0 comments on commit 3149511

Please sign in to comment.