]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
release: 1.3.56
[lilypond.git] / lily / include / stem.hh
index 8ae9771fca07820c7abc424c4edb80d8bfd43cc8..44d054f011458588aa7dacacc5b9a98ee2dbdf16 100644 (file)
 class Stem : public Item
 {
 public:
+ static SCM scheme_molecule (SCM);
+  
+
+
   /// log of the duration. Eg. 4 -> 16th note -> 2 flags
   int flag_i () const;
 
@@ -83,10 +87,8 @@ protected:
   Real get_default_stem_end_position () const;
   void position_noteheads();
 
-
   Real stem_end_position () const;
   static Real off_callback (Score_element const*, Axis);
-protected:
   Molecule flag () const;
 
   virtual void before_line_breaking();