]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/skyline-pair.hh
Merge branch 'release/unstable'
[lilypond.git] / lily / include / skyline-pair.hh
index b32bd13815a522a01717f2e582630354eb0d5003..0164f785f6f312788a1d7acad78d59240a4a1647 100644 (file)
@@ -27,7 +27,7 @@ class Skyline_pair
 private:
   Drul_array<Skyline> skylines_;
 
-  DECLARE_SIMPLE_SMOBS(Skyline_pair);
+  DECLARE_SIMPLE_SMOBS (Skyline_pair);
 public:
   Skyline_pair ();
   Skyline_pair (vector<Box> const &boxes, Real horizon_padding, Axis a);
@@ -41,6 +41,8 @@ public:
   bool is_empty () const;
   void print () const;
   void print_points () const;
+
+  DECLARE_SCHEME_CALLBACK (skyline, (SCM, SCM));
 };
 
 #endif /* SKYLINE_PAIR_HH */