]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
* lily/note-head.cc (calc_stem_attachment): new function.
[lilypond.git] / lily / line-spanner.cc
index 358f7311f6650bf91f26717bc54fa1e9f88a95fc..5b8d2fefcf51522f9a721f6295b97a6c21175fdd 100644 (file)
@@ -95,7 +95,7 @@ Line_spanner::after_line_breaking (SCM g)
       /*
        Can't do suicide, since this mucks up finding the trend.
       */
-      me->set_property ("print-function", SCM_EOL);
+      me->set_property ("transparent", SCM_BOOL_T);
     }
   return SCM_EOL;
 }