Previous: Music notation inside markup, Up: Formatting text
Although standard markup objects are not breakable, a specific syntax makes it possible to enter lines of text that can spread over multiple pages:
\markuplines { \justified-lines { A very long text of justified lines. ... } \wordwrap-lines { Another very long paragraph. ... } ... }
This syntax accepts a list of markups, that can be
An exhaustive list of markup list commands can be found in Text markup list commands.
Notation Reference: Text markup list commands, New markup list command definition.
Snippets: Text.
Internals Reference: TextScript.
Installed files: scm/define-markup-commands.scm.