my forest
1\xmlns:html{http://www.w3.org/1999/xhtml}
2
3\def\gabc[body]{
4 \<html:grego-chant>{\body}
5}
6\alloc\gabc/use-drop-cap
7\alloc\gabc/annotation
8\def\gabcspace{GABCSPACE}
9\def\gabc[body]{
10 \scope{
11 \put?\gabc/use-drop-cap{true}
12 \put?\gabc/annotation{}
13 \<html:grego-chant>[annotation]{\get\gabc/annotation}[use-drop-cap]{\get\gabc/use-drop-cap}{\body}}
14}
15\def\gabcinline[body]{
16 \<html:grego-chant>[inline]{}[use-drop-cap]{false}{\body}
17}