Skip to content

Commit

Permalink
Merge pull request #7 from gregorio-project/fix-fix-734
Browse files Browse the repository at this point in the history
don't access fonts.hashes.identifiers
  • Loading branch information
henryso committed Dec 29, 2015
2 parents ce0d4aa + 2c46151 commit 9048b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/gregoriotex-nabc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ local gregallaliases = {
local function gregallreadfont(font_id)
local tab = {}
local metrics = {}
local fontdata = fonts.hashes.identifiers[font_id]
local fontdata = font.getfont(font_id)
-- The unicodes table may be lazy-loaded, so iterating it may not
-- return everything. Attempting to retrieve the code point of a
-- glyph that has not already been loaded will trigger the __index
Expand Down

0 comments on commit 9048b1b

Please sign in to comment.