Re: define \header

2013-04-06 Thread bobr...@centrum.is
\header block inside a score block I could simply keep it with the defined score block. Evidently I was wrong. Is there a way of doing this? -David - Original Message - From: "Urs Liska" To: "Urs Liska" Cc: lilypond-user@gnu.org Sent: Saturday, April 6, 2013 6:

Re: define \header

2013-04-06 Thread Marek Klein
Hello Urs, 2013/4/6 Urs Liska > Really a \header block is a top-level expression that can't be written > inside a \score: > http://www.lilypond.org/doc/**v2.17/Documentation/notation/** > file-structure This is not true,

Re: define \header

2013-04-06 Thread Urs Liska
> \header { > >\include "headerFile.ly" > > } > > } > > > > -David > > > > - Original Message - > > From: "Urs Liska" > > To: lilypond-user@gnu.org > > Sent: Saturday, April 6, 20

Re: define \header

2013-04-06 Thread Urs Liska
Original Message - From: "Urs Liska" To: lilypond-user@gnu.org Sent: Saturday, April 6, 2013 3:07:51 PM Subject: Re: define \header You may put your \header in a separate file and \include it where you want it to appear. Does that help you? Urs Am 06.04.2013 17:02, schrieb bobr...@

Re: define \header

2013-04-06 Thread bobr...@centrum.is
ppear." Do you mean: \score { \definedScoreStuff \header { \include "headerFile.ly" } } -David - Original Message - From: "Urs Liska" To: lilypond-user@gnu.org Sent: Saturday, April 6, 2013 3:07:51 PM Subject: Re: define \header You may

Re: define \header

2013-04-06 Thread Urs Liska
You may put your \header in a separate file and \include it where you want it to appear. Does that help you? Urs Am 06.04.2013 17:02, schrieb bobr...@centrum.is: I think I've probably answered my own question already. I want to define a header block and then use the definition later. What I'

define \header

2013-04-06 Thread bobr...@centrum.is
I think I've probably answered my own question already. I want to define a header block and then use the definition later. What I'm trying to do and why: I'm putting together a book of chorales for trombone quartet. I have the music for each part defined. Then I create \score blocks containin