]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/apply-context-iterator.cc
Fix #498: ties with completion heads.
[lilypond.git] / lily / apply-context-iterator.cc
index 2714c5c77d7b402f47011640d9e91c9c6b6d93a3..adccbeea13d0f8e48a70af7a483a1d81e34b2bc5 100644 (file)
@@ -3,17 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#include "simple-music-iterator.hh"
 #include "context.hh"
-#include "music.hh"
 #include "input.hh"
+#include "international.hh"
+#include "music.hh"
+#include "simple-music-iterator.hh"
 
-/**
-   Iterate a property.
-*/
 class Apply_context_iterator : public Simple_music_iterator
 {
 public: