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

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

Oops, I did it again


From: Han-Wen Nienhuys
Subject: Oops, I did it again
Date: Fri, 13 Apr 2001 13:20:14 +0200

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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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