Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Addition of Ligated Signs

An addition by a later ancient hand of ligated signs.

Syntax

Any notation of a phenomenon (IbiUnit) allowed within Ligature wrapped by equal signs =…= representing the addition, enclosed between plus signs +…+. Optional metadata can be written before the final + delimiter.

Overview

NotationConceptual ASTPaper Output
+=⊙=‽ᵟ¤ᵟ+Addition { content: [Ligature { ⊙ }], cert: γ, meta: ¤ }𝘏ᵟ``⸂⧵⊙⧷◇ᵟ⸃
  • 𝘏 = identifier sign of the hand (if specified in the optional annotations/metadata ¤ᵟ).
  • LIGATURE_ALLOWED = any phenomena allowed within a Ligature (notation, AST or rendering depending on its placement).
  • ‽ᵟ ∈ {?, !, ε} = uncertainty marker ?, certainty marker !, or empty string (ε).
  • γ ∈ {Low, High, Medium} = certainty level corresponding to the marker used in the notation.
  • ◇ᵟ ∈ {, , ε} = rendering of the uncertainty/certainty marker in the notation or empty string (ε).
  • ¤ᵟ = optional annotations (metadata) supported by Addition (cf. Later Ancient Additions of Signs).

See Later Ancient Additions of Signs for the automatic rectification performed by the formatter to improve legibility.

Examples

NotationPaper Output
+=abc=+
abc
+=abc=?;h=c>d+
cdabc
+=abc=!;manus=c;place=supra+
caboveabc

EpiDoc Outputs

NotationEpiDoc (XML)
+=abc=+
<ab>
    <add cert="medium">
        <hi rend="ligature" cert="medium">abc</hi>
    </add>
</ab>
+=abc=?;h=c>d+
<ab>
    <add cert="low">
        <hi rend="ligature" cert="medium">abc</hi><app type="alternative"><lem><handShift new="#c"/><hi rend="ligature" cert="medium">abc</hi></lem><rdg><handShift new="#d"/><hi rend="ligature" cert="medium">abc</hi></rdg></app>
    </add>
</ab>
+=abc=!;manus=c;place=supra+
<ab>
    <add place="above" cert="medium">
        <hi rend="ligature" cert="medium">abc</hi><app type="alternative"><rdg><handShift new="#c"/><hi rend="ligature" cert="medium">abc</hi></rdg></app>
    </add>
</ab>

Structural Analysis (Conceptual AST)

NotationAST
+=abc=+
Addition[medium]
  Ligature[medium]
    Plain("abc")
+=abc=?;h=c>d+
Addition[low][meta]
  Ligature[medium]
    Plain("abc")
+=abc=!;manus=c;place=supra+
Addition[medium][meta]
  Ligature[medium]
    Plain("abc")