lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyPond dies on hairpin override


From: Trevor Baca
Subject: Re: LilyPond dies on hairpin override
Date: Wed, 24 Aug 2005 08:04:27 -0500

On 8/24/05, Hans de Rijck <address@hidden> 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
address@hidden

reply via email to

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