]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-group.cc
* input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
[lilypond.git] / lily / translator-group.cc
index 8e6e080fe7d8695f1c52412d5d5d7566391a106f..6dbe4eb65c5037953f79bfc34a8aa0fa8eea633c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "music-output-def.hh"
@@ -451,3 +451,10 @@ Translator_group::try_music_on_nongroup_children (Music *m )
     }
   return false;
 }
+
+SCM
+Translator_group::properties_as_alist () const
+{
+  return properties_dict()->to_alist();
+}
+