writing code when I should have been sleeping in bed. Apply this patch
to get some useful functionality out of 1.3.148

--- property-iterator.cc~        Fri Apr 13 01:32:51 2001
+++ property-iterator.cc         Fri Apr 13 13:17:16 2001
@@ -18,10 +18,10 @@
 void
 Property_iterator::process (Moment m)
 {
-  SCM sym = music_l_->get_mus_property ("grob-property");
+  SCM sym = music_l_->get_mus_property ("symbol");
   if (gh_symbol_p (sym))
     {
-      SCM val = music_l_->get_mus_property ("grob-value");
+      SCM val = music_l_->get_mus_property ("value");
       bool ok= true;
       if (val != SCM_EOL)
       ok = type_check_assignment (val, sym, ly_symbol2scm ("translation-type?"));




-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to