« Return to Thread: Reuse \header definitions: Is it possible?

Re: Reuse \header definitions: Is it possible?

by Gilles Sadowski :: Rate this Message:

Reply to Author | View in Thread

Hi.

> Is there a way to reuse a \header definition?

Yes; you put all your header items in a file which you then include wherever
you need them:

In file "header.inc.ly":
---CUT---
title = "..."
subtitle = "..."
composer = "..."
% etc.
---CUT---

And, in other files:
---CUT---
\header {
  \include "header.inc.ly"
}
---CUT---

Best,
Gilles


_______________________________________________
lilypond-user mailing list
lilypond-user@...
http://lists.gnu.org/mailman/listinfo/lilypond-user

 « Return to Thread: Reuse \header definitions: Is it possible?