]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/easy-notation.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / easy-notation.cc
index 93124765e2f808c6706eb85dc82786c3a8532a1c..fde65143457560b00f1c4325401cd13f23d558f1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "note-head.hh"
@@ -20,6 +20,11 @@ using namespace std;
 #include "staff-symbol-referencer.hh"
 #include "stem.hh"
 
+/*
+
+TODO: move to scheme
+
+*/
 MAKE_SCHEME_CALLBACK (Note_head, brew_ez_stencil, 1);
 SCM
 Note_head::brew_ez_stencil (SCM smob)