sp

Summary

Description

Speaker identification.

Syntax help
  • USFM: \sp content

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

Style Type

Paragraph

Valid In

[ChapterContent] > [Section]

Added

1.0

Examples

  • USFM

  • USX

  • USJ

Example 1. Job 3.1 (GNT)
\id JOB
\c 3
\s1 Job's Complaint to God
\p
\v 1 Finally Job broke the silence and cursed the day on which he had been born.
\sp Job
\q1
\v 2-3 O God, put a curse on the day I was born;
\q2 put a curse on the night when I was conceived!
Example 2. Job 3.1 (GNT)
<usx version="3.1">
  <book code="JOB" style="id"/>
  <chapter number="3" style="c" sid="JOB 3"/>
  <para style="s1">Job's Complaint to God</para>
  <para style="p">
    <verse number="1" style="v" sid="JOB 3:1"/>Finally Job broke the silence and
    cursed the day on which he had been born.<verse eid="JOB 3:1"/></para>
  <para style="sp">Job</para>
  <para style="q1">
    <verse number="2-3" style="v" sid="JOB 3:2-3"/>O God, put a curse on the day I
    was born;</para>
  <para style="q2" vid="JOB 3:2-3">put a curse on the night when I was conceived!
    <verse eid="JOB 3:2-3"/></para>
</usx>
Example 3. Job 3.1 (GNT)
{
  "type": "USJ",
  "version": "3.1",
  "content": [
    {
      "type": "book",
      "marker": "id",
      "code": "JOB",
      "content": []
    },
    {
      "type": "chapter",
      "marker": "c",
      "number": "3",
      "sid": "JOB 3"
    },
    {
      "type": "para",
      "marker": "s1",
      "content": ["Job's Complaint to God"]
    },
    {
      "type": "para",
      "marker": "p",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "1",
          "sid": "JOB 3:1"
        },
        "Finally Job broke the silence and cursed the day on which he had been born."
      ]
    },
    {
      "type": "para",
      "marker": "sp",
      "content": ["Job"]
    },
    {
      "type": "para",
      "marker": "q1",
      "content": [
        {
          "type": "verse",
          "marker": "v",
          "number": "2-3",
          "sid": "JOB 3:2-3"
        },
        "O God, put a curse on the day I was born;"
      ]
    },
    {
      "type": "para",
      "marker": "q2",
      "content": ["put a curse on the night when I was conceived!"]
    }
  ]
}
Job 3.1 (GNT)

Properties

TextType

Section

TextProperties

paragraph, publishable, vernacular

Publication Issues

Discussion