]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script.cc
release: 1.3.3
[lilypond.git] / lily / script.cc
index 4e10621df971dec6e9d86ec2f89c7104f5f33ad8..ebceea43abc3d8cd95eaaa0e8b1ff7e011b79159 100644 (file)
@@ -69,7 +69,7 @@ Script::do_pre_processing ()
 void
 Script::do_post_processing ()
 {
-  Direction d =  staff_side_l_->dir_;
+  Direction d =  staff_side_l_->get_direction ();
   Molecule m (get_molecule(d));
 
   /*
@@ -90,7 +90,7 @@ Script::set_staff_side (Staff_side_item*g)
 Molecule*
 Script::do_brew_molecule_p () const
 {
-  return new Molecule (get_molecule (staff_side_l_->dir_));
+  return new Molecule (get_molecule (staff_side_l_->get_direction ()));
 }
 
 void