> Is there a way to have a multiline copyright statement in a file?
Use
```
copyright = \markup { ... }
```
to construct a multi-line entry. However, it might also be necessary
to use a custom version of `oddFooterMarkup` to get good formatting;
see `ly/titling-init.ly` for the original version.
Werner
