lilypond-devel
[Top][All Lists]
Advanced

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

Re: Issue 3720: Built-in templates for SATB vocal scores (issue 41990043


From: tdanielsmusic
Subject: Re: Issue 3720: Built-in templates for SATB vocal scores (issue 41990043)
Date: Sun, 12 Jan 2014 09:17:32 +0000

On 2014/01/12 08:59:46, dak wrote:

How about
define-variables =
#(define-void-function (parser location syms) (symbol-list?)
    (for-each
       (lambda (sym)
         (if (null? (ly:parser-lookup parser sym))
             (ly:parser-define parser sym *unspecified*)))))

If you write \name for a variable with value *unspecified*, it simply
disappears
in the lexer.

Thanks both.  This issue is closed, but I'll check out
this solution and raise a new issue to incorporate it

Trevor


https://codereview.appspot.com/41990043/



reply via email to

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