> > 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 [EMAIL PROTECTED],
I've included a copy below. I hope you know how to find
old mails in the archives, see the Lilypond WWW page.
/Mats
-----------------
[EMAIL PROTECTED] 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 | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/
_______________________________________________
Bug-gnu-music mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnu-music
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss