help-gnu-music
[Top][All Lists]
Advanced

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

Re: \context ChordNames prints out spurious error message


From: Mats Bengtsson
Subject: Re: \context ChordNames prints out spurious error message
Date: Sat, 07 Oct 2000 11:44:32 +0200

> I am using lilypond 1.3.94 and followed the install
> instructions on the website. I get the same error message
> under Solaris 7 and RedHat linux 6.0 when I try 
> ly2dvi river.ly
> (river.ly is the example from the documentation.
> http://www.cs.uu.nl/~hanwen/lilypond/Documentation/user/out-www/lilypond.html#Lyrics%20and%20chords
> )
> I understand that it sometimes needs to be fixed, but I am
> trying to typeset guitar music as well where chordnames are
> quasi-standard.
> 
> Here's the error message I get:
> 
  ...
> Calculating column positions... ERROR: In procedure car in
> expression (car tonic):
> ERROR: Wrong type argument in position 1: quote

A correction for this bug in .94 has already been posted in
address@hidden and address@hidden, see
the attached mail.

   /Mats

--- Begin Message --- Subject: Problems with make -f debian/rules on 1.3.93 Date: Thu, 5 Oct 2000 11:54:36 +0200
address@hidden writes:
> The documentation fails to build.  I get this:

Try this

--- chord-name.cc~      Wed Oct  4 01:06:44 2000
+++ chord-name.cc       Wed Oct  4 12:28:47 2000
@@ -23,7 +23,6 @@
    "text"
    ("text" . property-alist)
  */
-
 Molecule
 Chord_name::ly_word2molecule (Score_element * me, SCM word, Real* x) 
 {
@@ -168,7 +167,7 @@
 
   SCM pitches =  me->get_elt_property ("pitches");
   SCM func = me->get_elt_property (ly_symbol2scm ("chord-name-function"));
-  SCM text = gh_call3 (func, style, ly_quote_scm (pitches), ly_quote_scm 
(gh_cons (inversion, bass)));
+  SCM text = gh_call3 (func, style, pitches, gh_cons (inversion, bass));
 
   return ly_text2molecule (me, text).create_scheme ();
 }

--
Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/



_______________________________________________
Bug-gnu-music mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-gnu-music


--- End Message ---

reply via email to

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