# .spacing command (Runoff)

The .spacing command specifies interline
spacing to the specified number of lines.

## Syntax

```
.spacing number.lines
```

## Parameter(s)

| number.lines | Specifies the number of lines of interline spacing. |
| --- | --- |

## Example(s)

```
.spacing 2
```

## See also

- [.skip command (Runoff)](https://d3codex.com/runoff/dot-skip-command-runoff/)
- [.space command (Runoff)](https://d3codex.com/runoff/dot-space-command-runoff/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)

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