]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
release: 0.1.43
[lilypond.git] / lily / stem.cc
index 92e5ca0c510dcdd87d6cecdb5f916582c60f2328..5a74da6df8ffe38f0e51e9653d94b47c1c68de9d 100644 (file)
@@ -73,7 +73,7 @@ Stem::stem_length_f () const
 }
 
 Real
-Stem::stem_start_f () const
+Stem::stem_begin_f () const
 {
   return yextent_drul_[Direction(-dir_)];
 }
@@ -140,6 +140,11 @@ Stem::get_default_dir ()
     : UP;
 }
 
+Direction
+Stem::get_dir ()
+{
+  return dir_;
+}
 
 void
 Stem::set_default_dir ()