lilypond-devel
[Top][All Lists]
Advanced

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

Re: Add the command \offset to LilyPond (issue 8647044)


From: david . nalesnik
Subject: Re: Add the command \offset to LilyPond (issue 8647044)
Date: Sun, 20 Oct 2013 15:51:58 +0000


https://codereview.appspot.com/8647044/diff/48001/scm/music-functions.scm
File scm/music-functions.scm (right):

https://codereview.appspot.com/8647044/diff/48001/scm/music-functions.scm#newcode2118
scm/music-functions.scm:2118: (let* ((immutable
(ly:grob-basic-properties grob))
I just noticed something unfortunate while attempting to write
documentation for \offset.  Basically, `property' needs to be specified
using the older notation -- i.e., with #' prefixed.  A quick fix would
be to add the line:

(property (if (symbol-list? property) (car property) property)))

to the let-block here.  I don't know if that's adequate, however.

https://codereview.appspot.com/8647044/



reply via email to

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