]> git.donarmstrong.com Git - lilypond.git/commitdiff
New file.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 21 Jun 2002 11:11:18 +0000 (11:11 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 21 Jun 2002 11:11:18 +0000 (11:11 +0000)
lily/include/spacing-interface.hh [new file with mode: 0644]

diff --git a/lily/include/spacing-interface.hh b/lily/include/spacing-interface.hh
new file mode 100644 (file)
index 0000000..8b6abb6
--- /dev/null
@@ -0,0 +1,13 @@
+/*   
+  spacing-interface.hh -- declare Spacing_interface
+  
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  
+ */
+
+struct Spacing_interface {
+  static bool has_interface (Grob*);
+};
+