Am 13.04.2018 um 21:22 schrieb Federico Bruni:
I don't think this is the problem you think it is. It's actually
myMusic = \relative c' { c4 d e f | } \myMusic
where the definition of myMusic tries to eat itself.
Doh, I forgot the basics. Thanks David.
I've now moved \myMusic into a \score
David Wright writes:
> I don't think this is the problem you think it is. It's actually
>
> myMusic = \relative c' { c4 d e f | } \myMusic
>
> where the definition of myMusic tries to eat itself.
Not really. The parser wants to know from the lexer whether something
like \addlyrics is after the
Il giorno ven 13 apr 2018 alle 20:28, David Wright
ha scritto:
On Fri 13 Apr 2018 at 19:01:27 (+0200), Federico Bruni wrote:
Hi all
Can anybody tell me what's wrong with this minimal example?
I would expect the included file to be relative to the location of
the file which includes it,
On Fri 13 Apr 2018 at 19:01:27 (+0200), Federico Bruni wrote:
> Hi all
>
> Can anybody tell me what's wrong with this minimal example?
> I would expect the included file to be relative to the location of
> the file which includes it, not to the current working directory.
> What do you think?
> The
Hi all
Can anybody tell me what's wrong with this minimal example?
I would expect the included file to be relative to the location of the
file which includes it, not to the current working directory. What do
you think?
The only workaround is using the --include option?
[build (master *+)]$ ca