lilypond-user
[Top][All Lists]
Advanced

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

Re: Colored hairpins?


From: Tim Reeves
Subject: Re: Colored hairpins?
Date: Wed, 9 Apr 2008 16:19:08 -0700


That was it. I had braces around the variable definition that caused the errors.
So that means that "{" means music input to Lilypond...

I learn most of this stuff by examples and by trial and error.
Sometimes the errors are so many that the trials are plentiful and still not sufficient!



Thanks a lot.



Tim Reeves



"Trevor Daniels" <address@hidden> wrote on 04/09/2008 03:44:43 PM:

>
> Tim Reeves wrote
> > My last question is where to put the variable definition
> >
> > blueDyn = \once \override Hairpin #'color = #blue
> >
> > When I put it at the top of the file, it gives errors:
> >
> > Parsing...
> > c:/Program Files/LilyPond/usr/share/lilypond/current/ly/english.ly:15:0:
> > error: syntax error, unexpected STRING
> >
> > pitchnamesEnglish = #`(
> > c:/Program Files/LilyPond/usr/share/lilypond/current/ly/english.ly:130:13:
> > error: unknown escaped string: `\pitchnamesEnglish'
> > pitchnames =
> >             \pitchnamesEnglish
> >
> > etc.
>
> Without seeing your input file it is difficult to be sure, but I think you
> must have placed a "\relative {" or maybe just a an opening brace,"{",
> before the \include "english.ly".  The \include "english.ly" must come
> before any music input.  Try this order:
>
> \include "english.ly"
> blueDyn = \once \override Hairpin #'color = #blue
>  \relative c'' {
> ....
> }
>
> Trevor D
>

reply via email to

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