]> git.donarmstrong.com Git - lilypond.git/commitdiff
(print): use it to determine size of
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 23 Sep 2004 21:20:18 +0000 (21:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 23 Sep 2004 21:20:18 +0000 (21:20 +0000)
extender. Remove Lyric_extender::is_visible().

lily/lyric-extender.cc

index d57244cdb46f0c80e9f246a5afb9ff71236b9167..6d1c037c003ecc4ae2601fa47367f37f6507e059 100644 (file)
@@ -31,7 +31,6 @@ Lyric_extender::print (SCM smob)
   Grob *common = le->common_refpoint (right_text, X_AXIS);
   common = common->common_refpoint (me->get_bound (RIGHT), X_AXIS);
   Real sl = me->get_paper ()->get_dimension (ly_symbol2scm ("linethickness"));  
-
   Link_array<Grob> heads (Pointer_group_interface__extract_grobs (me, (Grob*)0,
                                                                  "heads"));