lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reuse \header definitions: Is it possible?


From: Gilles Sadowski
Subject: Re: Reuse \header definitions: Is it possible?
Date: Mon, 6 Jul 2009 23:46:24 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]