Since the spacing is determined at the score level, you have to
explicitly set the property on the Score level. Try
\override Score.SpacingSpanner #'shortest-duration-space = #3.0

   /Mats

Hans de Rijck wrote:
Tom,

Thanks for the explanation, could you please check your list if:
\override SpacingSpanner #'shortest-duration-space = #3.0
is on it? It doesn't seem to do anything.

thanks,

Hans


----- Original Message ----- From: <[EMAIL PROTECTED]>
To: "Hans de Rijck" <[EMAIL PROTECTED]>
Cc: <lilypond-user@gnu.org>
Sent: Thursday, August 25, 2005 7:05 AM
Subject: Re: LilyPond dies on hairpin override



Trevor Baca wrote:


Change ...

 \override Voice.Hairpin #'extra-offset = #( 0 . -1.8 )

to

 \override Voice.Hairpin #'extra-offset = #'(0 . -1.8)

So you committed a Scheme error.  Side remark:  a Scheme error
always seems to result in a log file ending in a wistful

         Parsing...

with no further information, like a message scratched on a wall by the
last human at the world's end.

But at least you can be pretty sure that a Scheme error is the problem,
so you can use a fine-tooth comb on your Scheme expressions looking for
the error.  I've taken to keeping a separate file with a handwritten list
of all the Scheme expressions that *do* work, as a help in finding my
coding faults.

-- Tom




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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


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

Reply via email to