d

Summary

Description

Descriptive title ("Hebrew subtitle"). Sometimes found in Psalms under a section heading (s) (e.g. “For the director of Music”).

Syntax help
  • USFM: \d content

  • USX: <para style="d">content</para>

Style Type

Paragraph

Valid In

[ChapterContent]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Psalm 3.1 (NRSV)
\id PSA
\c 3
\s1 Trust in God under Adversity
\d A Psalm of David, when he fled from his son Absalom.
\q1
\v 1 O \nd Lord\nd*, how many are my foes!
\q2 Many are rising against me;
\q1
\v 2 many are saying to me,
\q2 “There is no help for you in God.” \qs Selah\qs*
Example 2. Psalm 3.1 (NRSV)
<usx version="3.1">
  <book code="PSA" style="id"/>
  <chapter number="3" style="c" sid="PSA 3"/>
  <para style="s1">Trust in God under Adversity</para>
  <para style="d">A Psalm of David, when he fled from his son Absalom.</para>
  <para style="q1">
    <verse number="1" style="v" sid="PSA 3:1"/>O <char style="nd">Lord</char>, how
    many are my foes!</para>
  <para style="q2" vid="PSA 3:1">Many are rising against me;<verse eid="PSA 3:1"/>
    </para>
  <para style="q1">
    <verse number="2" style="v" sid="PSA 3:2"/>many are saying to me,</para>
  <para style="q2" vid="PSA 3:2">“There is no help for you in God.”
    <char style="qs">Selah</char><verse eid="PSA 3:2"/></para>
</usx>
Example 3. Psalm 3.1 (NRSV)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "PSA",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "3",
      "sid": "PSA 3"
    },
    {
      "type": "para",
      "marker": "s1",
      "content": ["Trust in God under Adversity"]
    },
    {
      "type": "para",
      "marker": "d",
      "content": ["A Psalm of David, when he fled from his son Absalom."]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "1",
          "sid": "PSA 3:1"
        },
        "O ",
        {
          "type": "char",
          "marker": "nd",
          "content": ["Lord"]
        },
        ", how many are my foes!"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["Many are rising against me;"]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "2",
          "sid": "PSA 3:2"
        },
        "many are saying to me,"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": [
        "“There is no help for you in God.”",
        {
          "type": "char",
          "marker": "qs",
          "content": ["Selah"]
        }
      ]
    }
  ]
}
Psalm 3.1 (NRSV)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular

Publication Issues