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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to