Carl Sorensen writes:
> I've (somewhat) successfully created a FretDiagrams context, with a
> Fret_diagram_engraver.
Great.
> As part of the engraver, I have the code
>
> fret_diagram_ = make_item ("FretDiagram",SCM_EOL); //WHAT GOES HERE?
>
> It appears to me that the "name" of the Item, FretDi
I've (somewhat) successfully created a FretDiagrams context, with a
Fret_diagram_engraver. I can sort of make things work. Now I'd like
some clarification on Items.
As part of the engraver, I have the code
fret_diagram_ = make_item ("FretDiagram",SCM_EOL); //WHAT GOES HERE?
It appears to me th