Thomas Morley <[email protected]> writes:

> \score {
>         % "Devnull" will not print any musical output.
>         % -> IR 2.1 Contexts
>         % There will be warning:
>         % programming error: system with empty extent
>         % I think, it con be ignored
>         % -> http://lsr.dsi.unimi.it/LSR/Item?id=536
>         \new Devnull { s }
>         \header {
>               % abuse of "opus"
>               opus = \markup \fontsize #6
>                        \fill-line {
>                                \center-column {
>                                        "I."
>                                        "TACET."
>                                }
>                        }
>         }
>         \layout { }
> }

Is there a reason you use a whole score here instead of just a top level
markup?

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to