]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script.cc
``slikken kreng''
[lilypond.git] / lily / script.cc
index 7fc2c4843b7e0bbcbd6c3abfcc8113d448c83110..7a8630dd7c0485de154cc68bcd4cd5f9d4931a33 100644 (file)
@@ -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);