lilypond-user
[Top][All Lists]
Advanced

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

Re: wildcards for \include ?


From: Graham Percival
Subject: Re: wildcards for \include ?
Date: Wed, 8 Oct 2008 11:59:24 -0700

On Wed, 08 Oct 2008 14:00:10 -0400
plutek-infinity <address@hidden> wrote:

> thing kind of thing doesn't seem to work:
> \include "/some_directory/*.ly"
> 
> and i don't see any reference to wildcards for \include in the docs.
> is it possible somehow?

No, it doesn't work.  I get around it by doing this:

myinit/myinit.ly:
\include "margins-a4-letter.ly"
\include "dynamics-extra.ly"
\include "custom-paper.ly"
\include "custom-headers.ly"

and then have all those files in that directory.  Note that you
must add the directory to the lilypond search path with -I.

Cheers,
- Graham




reply via email to

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