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 }



      


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to