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: Mats Bengtsson
Subject: Re: LilyPond dies on hairpin override
Date: Thu, 25 Aug 2005 13:44:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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: <address@hidden>
To: "Hans de Rijck" <address@hidden>
Cc: <address@hidden>
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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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