In the context of the scholarly apparatus package ednotes I would like to create a customized \Bnote which behaves like a normal LaTeX footnote; i.e., I would like to enter into the body of the text something like
blah blah.\Bnote{a}{This is the footnote text.} Blah blah blah...
And the footnote would appear below the \Anote layer and would look something like
a This is the footnote text.
Within the ednotes.sty file there are a number of commands that can be modified to customize \Bnote, but I haven't been able to see how to get this behavior. Why, you ask, do I not just use the standard footnote utility? Because it comes out ABOVE the \Anote layer. Just to be clear, the default behavior in ednote that I am trying to override is using the line number as the footnote reference.
I am using LuaLaTeX and TeXShop.
