lilypond-devel
[Top][All Lists]
Advanced

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

Re: unclear code comment


From: Mark Polesky
Subject: Re: unclear code comment
Date: Mon, 17 Aug 2009 22:04:09 -0700 (PDT)

Mark Polesky wrote:

> > What does this mean?
> > 
> > ly/music-functions-init.ly
> > 
> > 476 %% Todo:
> > 477 %% doing
> > 478 %% define-music-function in a .scm causes crash.
> 
> Nevermind. I'm an idiot. I get it.

Actually, strike that. What does this comment mean?
The 2 files below work just fine, so what's the problem?
Is this an outdated comment?

- Mark

------------------------------

;; embedded-music-function.scm

(define foo
  (define-music-function (parser location) ()
    #{ c''4 #}))

------------------------------

%% embedded-music-function.ly

\version "2.13.4"

#(load "embedded-music-function.scm")

{ \foo }



      




reply via email to

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