Gilles THIBAULT wrote:
> empty-stencil is already defined in "define-markup-commands.scm"
Ha! missed that one, thanks.
So I checked out define-markup-commands.scm, and found this:
(define-public empty-stencil (ly:make-stencil '() '(1 . -1) '(1 . -1)))
(define-public point-stencil (ly:make-stencil "" '(0 . 0) '(0 . 0)))
Why does one use '() and the other ""? Is there a difference?
- Mark
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel