On 10/19/2011 10:20 PM, Jeremiah Benham wrote:
The lilypond importer will import this properly:

\relative c'' {
  a4 a a a
}

The importer fails to import this:

\relative c'' {
  a4 r a a
}


The console prints this when importing the 2nd example:

((x_MOVEMENT
   (x_RELATIVE "c" . 2)
   ((x_SEQUENTIAL
      (x_CHORD
        (x_NOTE ("a" . 0) "" "" "" (4 0) "")
        .
        "")
      (x_CHORD (x_REST "r" "") . "")
      (x_CHORD (x_NOTE ("a" . 0) "" "" "" "" "") . "")
      (x_CHORD (x_NOTE ("a" . 0) "" "" "" "" "") . "")))))

============= ====================== =============


** (denemo:6260): WARNING **:
A script error for file/script (lyimport::load-file "/home/jjbenham/Desktop/Denemo test/lilypond/" "test008.ly"); the throw arguments are

(#f Wrong type (expecting ~A): ~S (pair ) ())

** (denemo:6260): WARNING **:
The tag is

wrong-type-arg

Parent: child exited, pid = 6275, exit status = 0

It appears to be a type mismatch.
Jeremiah

I started to look through the code. Maybe someone could help point me to the best way to debug this or tell me where the relevant procedure is.

Thanks,
Jeremiah

_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to