Exactly, so the root of the poblem is that this doesn't work:

book {
parta = { ... }
partb = { ... }
score { parta partb header{ ... }  }
}

or, slightly more general case:

book {
parta = { something1 }
partb = { something2 }
score { parta partb header{ ... }  }
parta = { something3 }
partb = { something4 }
score { parta partb header{ ... }  }
}

Though, for my application, this may be an entirely wrong solution in
the first place.


On 11/1/05, Gilles <[EMAIL PROTECTED]> wrote:
>
> > What is the recommended technique for defining tunes in separate files
> > so that they can be used to generate pdf with only that tune, or pdf
> > wth several consecutive tunes? For example (what I'm try and failing
> > with--I thing because I use variables outside of score but inside of
> > book):
> >
>
> Indeed, this seems to be the same problem I posted a couple of
> hours ago (subject was: "\book usage")
>
> Gilles
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>


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

Reply via email to