# .spacing command (Output processor)

The .spacing command sets the line spacing
to a specific number of lines. This command causes blank lines to
be printed in between each line of text.

**Synonyms:** .spg

## Syntax

```
.spacing number.lines
```

## Example(s)

```
.spacing 3
```

## See also

- [.skip command (Output processor)](https://d3codex.com/output-processor/dot-skip-command-output-processor/)
- [Output processor commands](https://d3codex.com/output-processor/output-processor-commands/)
- [Output processor overview](https://d3codex.com/output-processor/output-processor-overview/)

---
Source: https://d3codex.com/output-processor/dot-spacing-command-output-processor/ - part of the D3Codex reference.
