]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/property-iterator.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / property-iterator.cc
index 3dcba903ec01a289b21fa4bfdc27e45a2e37fa2e..a4c993b75644a943fa5ce77255385bf71793c367 100644 (file)
@@ -3,14 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "property-iterator.hh"
 
-#include "music.hh"
 #include "context-def.hh"
 #include "global-context.hh"
+#include "international.hh"
+#include "music.hh"
 
 bool check_grob (Music *mus, SCM sym);