From: fred Date: Tue, 26 Mar 2002 22:28:08 +0000 (+0000) Subject: lilypond-1.3.0 X-Git-Tag: release/1.5.59~2102 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d6afced1ca5fa6a481c505968645ad748d57a4a;p=lilypond.git lilypond-1.3.0 --- diff --git a/input/test/embedded-scm.ly b/input/test/embedded-scm.ly new file mode 100644 index 0000000000..d530c85965 --- /dev/null +++ b/input/test/embedded-scm.ly @@ -0,0 +1,4 @@ +#(begin (newline)(display "hello world")(newline))\score{ + \notes\relative c'{ c } +} + diff --git a/lily/my-lily-parser.cc b/lily/my-lily-parser.cc index aaae6a6d94..11ae2eeda4 100644 --- a/lily/my-lily-parser.cc +++ b/lily/my-lily-parser.cc @@ -14,6 +14,7 @@ #include "music-list.hh" #include "musical-request.hh" #include "command-request.hh" +#include "lily-guile.hh" #include "parser.hh" #include "scope.hh" #include "file-results.hh"