]> 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 566b9be3f74c74d94e8619500b77bb8815e07468..26f2542e0a1b67625b3392bc9c8be6b127e3e75d 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2008--2012 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2008--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 #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);