]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script.cc
* Documentation/user/lilypond.tely: Add dir entries for
[lilypond.git] / lily / script.cc
index 8ff25c098841ea1ac9bbb368bcfed23cf5a3acf9..7a8630dd7c0485de154cc68bcd4cd5f9d4931a33 100644 (file)
@@ -28,7 +28,7 @@ Script_interface::get_molecule (Grob * me, Direction d)
   if (key == ly_symbol2scm ("feta"))
     {
       return Font_interface::get_default_font (me)->find_by_name ("scripts-" +
-                                   ly_scm2string (index_cell (ly_cdr (s), d)));
+                                   ly_scm2string (index_get_cell (ly_cdr (s), d)));
     }
   else if (key == ly_symbol2scm ("accordion"))
     {
@@ -61,7 +61,7 @@ Script_interface::before_line_breaking (SCM smob)
 
   if (Grob * par = me->get_parent (X_AXIS))
     {
-      Grob * stem = Note_column::stem_l (par);
+      Grob * stem = Note_column::get_stem (par);
       if (stem && Stem::first_head (stem))
        {
          me->set_parent (Stem::first_head (stem), X_AXIS);