> There is a case where I want to create a narrower page for a narrower
> screen. I can easily append a /paper {} block to the original file to
> do this. However, any manual breaks will probably not work at this
> newer width. How would you recommend dealing with this?
Put
```
break = {}
pageBreak = {}
```
in the `-dinclude-settings` file?
> I don't disagree. It would be great if lilypond had an option to
> unfold everything, but I suspect that it's hard to do?
In fact, I realized it's already possible.
You can put
```
#(set! toplevel-music-functions (cons unfoldRepeats toplevel-music-functions))
```
in `-dinclude-settings`.
signature.asc
Description: This is a digitally signed message part
