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@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to