lilypond-devel
[Top][All Lists]
Advanced

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

Re: should we provide an empty stencil?


From: Mark Polesky
Subject: Re: should we provide an empty stencil?
Date: Mon, 15 Jun 2009 12:35:31 -0700 (PDT)

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


      




reply via email to

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