lilypond-devel
[Top][All Lists]
Advanced

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

Re: Rename calc-property-by-copy to copy-property-from-event (issue 1227


From: dak
Subject: Re: Rename calc-property-by-copy to copy-property-from-event (issue 122750044 by address@hidden)
Date: Sat, 02 Aug 2014 14:36:37 +0000


https://codereview.appspot.com/122750044/diff/20001/scm/output-lib.scm
File scm/output-lib.scm (right):

https://codereview.appspot.com/122750044/diff/20001/scm/output-lib.scm#newcode1114
scm/output-lib.scm:1114: (export grob::calc-property-by-copy)
You can just use define-public here.  It is only define-public with
curried definition syntax (like the immediately preceding define) that
is broken through much of Guile-2.0.

But since it only concerns the syntax of the definition rather than the
actual result of this definition, you don't need to jump through the
same hoops for a plain (define-public x y) even if y has been defined
using (define ((y ...

https://codereview.appspot.com/122750044/



reply via email to

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