]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dots.hh
release: 1.3.67
[lilypond.git] / lily / include / dots.hh
index f816cc2a247d49f649c950623f9ddb39a30cdabf..21be4f774761090e2192a6c3018d7eee061edd8b 100644 (file)
@@ -10,7 +10,8 @@
 #ifndef DOTS_HH
 #define DOTS_HH
 
-#include "item.hh"
+#include "lily-proto.hh"
+#include "lily-guile.hh"
 
 
 /**
 
   
   */
-class Dots :  public Item
+class Dots                     // interface
 {
 public:
-  SCM member_brew_molecule () const;
-  SCM member_after_line_breaking ();
-  static SCM after_line_breaking (SCM);
+  static Real quantised_position_callback(Score_element const*, Axis);
   static SCM brew_molecule (SCM);
-
-  Dots (SCM);
 };
 
 #endif // DOTS_HH