]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script.cc
release: 1.3.134
[lilypond.git] / lily / script.cc
index 6ed6ee306c1c9ae8405631556cca1d67cf6baab0..b19724f6b18ef2f367ea9cb4612e0482ff7f0c6c 100644 (file)
@@ -44,8 +44,8 @@ Script::after_line_breaking (SCM smob)
 {
   Grob * me = unsmob_grob (smob);
 
-  Direction d = Side_position::get_direction (me);
-  Side_position::set_direction (me,d);
+  Direction d = Side_position_interface::get_direction (me);
+  Side_position_interface::set_direction (me,d);
 
   return SCM_UNSPECIFIED;
 }
@@ -62,7 +62,7 @@ Script::brew_molecule (SCM smob)
    if (isdir_b (d))
      dir = to_dir (d);
 #endif
-  Direction dir = Side_position::get_direction(me);
+  Direction dir = Side_position_interface::get_direction(me);
   return get_molecule (me, dir).smobbed_copy();
 }