]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
Doc-es: update Notation/Unfretted.
[lilypond.git] / lily / include / stencil.hh
index 543aafcc9234b7ca085557a7d3c8700917c494f8..a55c7f47e4a26bd968220cd8a748e7c35dc1de11 100644 (file)
@@ -20,6 +20,7 @@
 #define STENCIL_HH
 
 #include <cstdlib>              // size_t
+using namespace std;
 
 #include "lily-proto.hh"
 #include "box.hh"
@@ -58,7 +59,7 @@ class Stencil : public Simple_smob<Stencil>
 {
 public:
   SCM mark_smob () const;
-  static const char type_p_name_[];
+  static const char * const type_p_name_;
 private:
   Box dim_;
   SCM expr_;
@@ -89,6 +90,7 @@ public:
   bool is_empty () const;
   bool is_empty (Axis) const;
   Stencil in_color (Real r, Real g, Real b) const;
+  Stencil with_outline (Stencil const &ol) const;
   static SCM skylines_from_stencil (SCM, Real, Axis);
 };