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

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

Problems with make -f debian/rules on 1.3.93


From: Han-Wen Nienhuys
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/





reply via email to

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