lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3179 in lilypond: too much dots in chords


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3179 in lilypond: too much dots in chords
Date: Sun, 17 Feb 2013 09:33:06 +0000


Comment #10 on issue 3179 by address@hidden: too much dots in chords
http://code.google.com/p/lilypond/issues/detail?id=3179

Normally, lilypond returns value 0.0 if a numeric property isn't set

No, it doesn't. LilyPond returns SCM_EOL (the Scheme empty list constant, '()) for unset properties, regardless of the property's type. Only if you use robustscm2number on that or whatever it is called do you get whatever you specify as second argument.

The usual way, for that reason, is to use scm_is_number on the result of the property getting call and consider the property unset if it is not a number.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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