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

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

Re: Unable to produce DVI documentation (was Little bug)


From: Mats Bengtsson
Subject: Re: Unable to produce DVI documentation (was Little bug)
Date: Fri, 06 Oct 2000 20:01:09 +0200

> > A patch to solve the problem was posted by Han-Wen yesterday
> > (Subject: Problems with make -f debian/rules on 1.3.93).
> 
> Would someone forward that message to me. I do not have it
> on my mail box. Somehow I have lost it (without even seen it) :(

Sorry, I forgot to check which mailing list was used for the
different messages. The patch was published in address@hidden,
I've included a copy below. I hope you know how to find 
old mails in the archives, see the Lilypond WWW page.

 /Mats


-----------------

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





reply via email to

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