]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/skyline-pair.hh
Replace internal_get_property with get_property where possible
[lilypond.git] / lily / include / skyline-pair.hh
index 0d37f794f4557d9e7dfb04a57d749afdabeb0585..26f2542e0a1b67625b3392bc9c8be6b127e3e75d 100644 (file)
 
 #include "skyline.hh"
 
-class Skyline_pair
+class Skyline_pair : public Simple_smob<Skyline_pair>
 {
+public:
+  static int print_smob (SCM, SCM, scm_print_state *);
+  static const char type_p_name_[];
 private:
   Drul_array<Skyline> skylines_;
 
-  DECLARE_SIMPLE_SMOBS (Skyline_pair);
 public:
   Skyline_pair ();
   Skyline_pair (vector<Box> const &boxes, Axis a);