]> 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 879ded5483b3ffa5c1b8db5a9e4368759fcc5082..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)
@@ -45,7 +50,7 @@ Note_head::brew_ez_stencil (SCM smob)
     }
 
   SCM letter
-    = Text_interface::interpret_string (me->get_layout ()->self_scm (),
+    = Text_interface::interpret_string (me->layout ()->self_scm (),
                                        Font_interface::text_font_alist_chain (me),
                                        charstr);