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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to