]> git.donarmstrong.com Git - lilypond.git/commitdiff
''
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Apr 2002 11:04:18 +0000 (11:04 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Apr 2002 11:04:18 +0000 (11:04 +0000)
lily/include/accidental-placement.hh [new file with mode: 0644]

diff --git a/lily/include/accidental-placement.hh b/lily/include/accidental-placement.hh
new file mode 100644 (file)
index 0000000..6eb4b48
--- /dev/null
@@ -0,0 +1,26 @@
+/*   
+accidental-placement.hh -- declare  Accidental_placement
+
+source file of the GNU LilyPond music typesetter
+
+(c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ */
+
+#ifndef ACCIDENTAL_PLACEMENT_HH
+#define ACCIDENTAL_PLACEMENT_HH
+
+#include "grob.hh"
+
+class Accidental_placement
+{
+public:
+  DECLARE_SCHEME_CALLBACK (alignment_callback, (SCM element, SCM axis));
+  static void add_accidental (Grob *,Grob* );
+
+  
+  static void position_accidentals (Grob* );
+  static bool has_interface (Grob*);
+};
+#endif /* ACCIDENTAL_PLACEMENT_HH */
+