q#

Summary

Description

Poetic line.

  • The variable # (1-4) represents the level of indent.

Syntax help
  • USFM: \q# content

  • USX: <para style="q#">content</para>

Style Type

Paragraph

Valid In

[ChapterContent]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Habakkuk 3.1-2 (GNT)
\id HAB
\c 3
\s1 A Prayer of Habakkuk
\p
\v 1 This is a prayer of the prophet Habakkuk:
\b
\q1
\v 2 O \nd Lord\nd*, I have heard of what you have done,
\q2 and I am filled with awe.
\q1 Now do again in our times
\q2 the great deeds you used to do.
\q1 Be merciful, even when you are angry.
Example 2. Habakkuk 3.1-2 (GNT)
<usx version="3.1">
  <book code="HAB" style="id"/>
  <chapter number="3" style="c" sid="HAB 3"/>
  <para style="s1">A Prayer of Habakkuk</para>
  <para style="p">
    <verse number="1" style="v" sid="HAB 3:1"/>This is a prayer of the prophet
    Habakkuk:<verse eid="HAB 3:1"/></para>
  <para style="b"/>
  <para style="q1">
    <verse number="2" style="v" sid="HAB 3:2"/>O <char style="nd">Lord</char>,
    I have heard of what you have done,</para>
  <para style="q2" vid="HAB 3:2">and I am filled with awe.</para>
  <para style="q1" vid="HAB 3:2">Now do again in our times</para>
  <para style="q2" vid="HAB 3:2">the great deeds you used to do.</para>
  <para style="q1" vid="HAB 3:2">Be merciful, even when you are angry.
    <verse eid="HAB 3:2"/></para>
</usx>
Example 3. Habakkuk 3.1-2 (GNT)
{
  "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": "s1",
      "content": ["A Prayer of Habakkuk"]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "1",
          "sid": "HAB 3:1"
        },
        "This is a prayer of the prophet Habakkuk:"
      ]
    },
    {
      "type": "para",
      "marker": "b"
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "2",
          "sid": "HAB 3:2"
        },
        "O ",
        {
          "type": "char",
          "marker": "nd",
          "content": ["Lord"]
        },
        ", I have heard of what you have done,"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["and I am filled with awe."]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": ["Now do again in our times"]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["the great deeds you used to do."]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": ["Be merciful, even when you are angry."]
    }
  ]
}
Habakkuk 3.1 (GNT)
  • USFM

  • USX

  • USJ

Example 4. Habakkuk 3.2 (GNT)
\id HAB
\c 3
\q1
\v 2 O \nd Lord\nd*, I have heard of what you have done,
\q2 and I am filled with awe.
\q1 Now do again in our times
\q2 the great deeds you used to do.
\q1 Be merciful, even when you are angry.
Example 5. Habakkuk 3.2 (GNT)
<usx version="3.1">
  <book code="HAB" style="id"/>
  <chapter number="3" style="c" sid="HAB 3"/>
  <para style="q1">
    <verse number="2" style="v" sid="HAB 3:2"/>O <char style="nd">Lord</char>,
    I have heard of what you have done,</para>
  <para style="q2" vid="HAB 3:2">and I am filled with awe.</para>
  <para style="q1" vid="HAB 3:2">Now do again in our times</para>
  <para style="q2" vid="HAB 3:2">the great deeds you used to do.</para>
  <para style="q1" vid="HAB 3:2">Be merciful, even when you are angry.
    <verse eid="HAB 3:2"/></para>
</usx>
Example 6. Habakkuk 3.2 (GNT)
{
  "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": "2",
          "sid": "HAB 3:2"
        },
        "O ",
        {
          "type": "char",
          "marker": "nd",
          "content": ["Lord"]
        },
        ", I have heard of what you have done,"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["and I am filled with awe."]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": ["Now do again in our times"]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["the great deeds you used to do."]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": ["Be merciful, even when you are angry."]
    }
  ]
}
Habakkuk 3.2 (GNT)

Properties

TextType

VerseText

TextProperties

paragraph, publishable, vernacular, poetic, level_#

Publication Issues

Discussion