# .space command (Runoff)

The .space command outputs a specific
number of blank lines on a page, regardless of any previously specified .spacing commands.

**Synonyms:** .sp

## Syntax

```
.space number.lines
```

## Parameter(s)

| number.lines | Specifies the number of blank lines output on a page. If omitted, the number of lines skip defaults to 1. |
| --- | --- |

## See also

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

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