denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] lilypond import regression?


From: Jeremiah Benham
Subject: Re: [Denemo-devel] lilypond import regression?
Date: Wed, 19 Oct 2011 22:44:06 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

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
address@hidden
https://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

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