Line numbers

Abstract

Encoding line numbers that are printed in the original text using mw type="lineNum"

line number poem meta work
mw type lineNum

Encoding Instructions (old P4 version)

The WWP encodes line numbers in the original text using <mw type="lineNum">. The mw element should be placed inside the l element to which it applies, with break(no) and align(right) as necessary. Delimiters should be encoded on the rend attribute (preferably with a default in the tagsDecl).

Examples

Example 1.
            The throstle with his note so true                           25
            The wren with little quill.
            
            <l>The throstle with his note so true<mw 
            type="lineNum" 
            rend="align(right)break(no)">25</mw></l>
            <l>The wren with little quill.</l>
        

Predicted Encoding Instructions for Future P5 Version

Dummy P5 section