]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
* scm/translation-functions.scm (determine-frets-mf): new
[lilypond.git] / lily / include / chord-name.hh
index a775a2b79abfca6cc328fcc1e430dbada4eb8103..dc79a77a0b92eb9c7d9488dbd61202adba856cc6 100644 (file)
@@ -3,21 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef CHORD_NAME_HH
 #define CHORD_NAME_HH
 
-#include "lily-guile.hh"
 #include "stencil.hh"
 
-
 class Chord_name
 {
 public:
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static  bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // CHORD_NAME_HH