<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hmm, the plugins shouldn't be empty--I'll make sure everything's there
in the release<br>
<br>
Rob Canning wrote:
<blockquote cite="mid20060921125645.4EE4636008@common-lisp.net"
 type="cite">
  <pre wrap="">sorry about the noise!
ignore previous messages - got it figured - was running into trouble with the line break so needed to put an extra set of brackets around the the whole line...
sorry ;)


<a class="moz-txt-link-abbreviated" href="mailto:robcanning@eircom.net">robcanning@eircom.net</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">now i get this:

;;; *****ERROR*****
;; Error in function LOAD-FOMUS-PLUGIN:
;;    Plugin MUSICXML-FINAL is not registered or does not exist

i notice that the plugin folder inside the fomus folder is empty?

is this me doing something wrong or somthing missing in fomus?

thanks 

rob

David Psenicka <a class="moz-txt-link-rfc2396E" href="mailto:dpsenick@uiuc.edu"><dpsenick@uiuc.edu></a> wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">
Rob Canning wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">how do i output a musicxml-finale file?

this is what i'm trying:

init :output (:lilypond :view t);
init :output (:musicxml-finale :filename "fomusxxxmmmmlll");


  
        </pre>
      </blockquote>
      <pre wrap="">if you're specifying two values for :output, then one will override the
other----try this if you want both outputs:

init :filename "/dir/xxxxx"                                            
;; basename
init :output (:musicxml-finale (:lilypond :view t))


you should get /dir/xxxxx.xml and /dir/xxxxx.ly


or this:



init :filename "/dir/xxxxx"
init :output ((:musicxml-finale :filename "anotherfilename.xml")
(:lilypond :view t))


you should ge t /dir/anotherfilename.xml and /dir/xxxxx.ly
_______________________________________________
fomus-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fomus-devel@common-lisp.net">fomus-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel</a>

      </pre>
    </blockquote>
    <pre wrap="">--------------------------------
<a class="moz-txt-link-abbreviated" href="http://www.robcanning.utvinternet.com">www.robcanning.utvinternet.com</a>
+ 44 (0)20 77390206
--------------------------------

-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now <a class="moz-txt-link-freetext" href="http://www.eircom.net/propertyalerts">http://www.eircom.net/propertyalerts</a>


_______________________________________________
fomus-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fomus-devel@common-lisp.net">fomus-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
--------------------------------
<a class="moz-txt-link-abbreviated" href="http://www.robcanning.info">www.robcanning.info</a>
--------------------------------

-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now <a class="moz-txt-link-freetext" href="http://www.eircom.net/propertyalerts">http://www.eircom.net/propertyalerts</a>


_______________________________________________
fomus-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fomus-devel@common-lisp.net">fomus-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel</a>

  </pre>
</blockquote>
</body>
</html>