https://codereview.appspot.com/169290045/diff/40001/scm/define-markup-commands.scm
File scm/define-markup-commands.scm (right):

https://codereview.appspot.com/169290045/diff/40001/scm/define-markup-commands.scm#newcode1173
scm/define-markup-commands.scm:1173: (or
Maybe put a
(define (false-if-empty stencil) ...)
here?  That makes the rest
(or
  (any
    (lambda (m)
      (if (markup? m)
          (false-if-empty (interpret-markup layout props m))
          (any false-if-empty
               (interpret-markup-list layout props (list m))))
     args)
  empty-stencil))

https://codereview.appspot.com/169290045/

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to