qd
Summary
Examples
-
USFM
-
USX
-
USJ
Example 1. Habakkuk 3:19 (NIV)
\id HAB
\c 3
\q1
\v 18 yet I will rejoice in the \nd Lord\nd*,
\q2 I will be joyful in God my Savior.
\b
\q1 \v 19 The Sovereign \nd Lord\nd* is my strength;
\q2 he makes my feet like the feet of a deer,
\q2 he enables me to tread on the heights.
\b
\qd For the director of music. On my stringed instruments.
Example 2. Habakkuk 3:19 (NIV)
<usx version="3.1">
<book code="HAB" style="id"/>
<chapter number="3" style="c" sid="HAB 3"/>
<para style="q1">
<verse number="18" style="v" sid="HAB 3:18"/>yet I will rejoice in the
<char style="nd">Lord</char>,</para>
<para style="q2" vid="HAB 3:18">I will be joyful in God my Savior.
<verse eid="HAB 3:18"/></para>
<para style="b"/>
<para style="q1">
<verse number="19" style="v" sid="HAB 3:19"/>The Sovereign
<char style="nd">Lord</char> is my strength;</para>
<para style="q2" vid="HAB 3:19">he makes my feet like the feet of a deer,</para>
<para style="q2" vid="HAB 3:19">he enables me to tread on the heights.</para>
<para style="b" vid="HAB 3:19"/>
<para style="qd" vid="HAB 3:19">For the director of music. On my stringed
instruments.<verse eid="HAB 3:19"/></para>
</usx>
Example 3. Habakkuk 3:19 (NIV)
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "HAB",
"content": []
},
{
"type": "chapter",
"marker": "c",
"number": "3",
"sid": "HAB 3"
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "18",
"sid": "HAB 3:18"
},
"yet I will rejoice in the ",
{
"type": "char",
"marker": "nd",
"content": ["Lord"]
},
","
]
},
{
"type": "para",
"marker": "q2",
"content": ["I will be joyful in God my Savior."]
},
{
"type": "para",
"marker": "b"
},
{
"type": "para",
"marker": "q1",
"content": [
{
"type": "verse",
"marker": "v",
"number": "19",
"sid": "HAB 3:19"
},
"The Sovereign ",
{
"type": "char",
"marker": "nd",
"content": ["Lord"]
},
" is my strength;"
]
},
{
"type": "para",
"marker": "q2",
"content": ["he makes my feet like the feet of a deer,"]
},
{
"type": "para",
"marker": "q2",
"content": ["he enables me to tread on the heights."]
},
{
"type": "para",
"marker": "b"
},
{
"type": "para",
"marker": "qd",
"content": ["For the director of music. On my stringed instruments."]
}
]
}
