lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 4191: add an "\or" markup command (issue 169290045 by address@


From: dak
Subject: Re: Issue 4191: add an "\or" markup command (issue 169290045 by address@hidden)
Date: Thu, 13 Nov 2014 06:57:38 +0000


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/



reply via email to

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