# .lpi command

The .lpi command sets the number of
lines per inch for output. If the printer does not support the specified
number of lines per inch, this command has no affect.

Note: It may be necessary to change the term setting to
get the required number of lines to print on a page.

## Syntax

```
.lpi number.lines
```

## Parameter(s)

| number.lines | Specifies the number of lines per inch. The default is 6. |
| --- | --- |

## See also

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

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