Thanks Trevor,

I just found it myself too.

regards,

Hans.

----- Original Message -----
From: "Trevor Baca" <[EMAIL PROTECTED]>
To: "Hans de Rijck" <[EMAIL PROTECTED]>
Cc: <lilypond-user@gnu.org>
Sent: Wednesday, August 24, 2005 3:04 PM
Subject: Re: LilyPond dies on hairpin override


> On 8/24/05, Hans de Rijck <[EMAIL PROTECTED]> wrote:
> > Hello.
> >
> > When I use a \override Voice.Hairpin #'extra-offset LilyPond dies in
> > compilation. No errors or warnings. Log says:
> >
> > # -*-compilation-*-
> > Changing working directory to `G:/MusicCvt'
> > Processing `G:/MusicCvt/test.ly'
> > Parsing...
>
> Hi Hans,
>
> Change ...
>
>   \override Voice.Hairpin #'extra-offset = #( 0 . -1.8 )
>
> to
>
>   \override Voice.Hairpin #'extra-offset = #'(0 . -1.8)
>
> ... making sure to insert the apostrophe between the octothorpe and (0
> . -1.8) (just as you include the apostrophe between the octothorpe and
> extra-offset).
>
>
> Trevor Bača
> [EMAIL PROTECTED]
>



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

Reply via email to