From 3d708651aa9392006385a2eb95ffb14c611be6c3 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 15 Feb 2006 15:03:21 +0000 Subject: [PATCH] * config.hh.in: remove HAVE_PANGO_16 * config.hh.in: remove all Kpathsea related defines. * lily/dot-column.cc (side_position): reach stem via dots-> head->stem. Inspect all stems for dot collisions. --- ChangeLog | 2 ++ config.hh.in | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb35424092..5da6dce99f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-15 Han-Wen Nienhuys + * config.hh.in: remove HAVE_PANGO_16 + * lily/tuplet-bracket.cc (calc_positions): multiply with staff-space for beam case. This fixes tuplets+beams on scaled staves. diff --git a/config.hh.in b/config.hh.in index 47a83f2831..4919408348 100644 --- a/config.hh.in +++ b/config.hh.in @@ -89,9 +89,6 @@ /* define if you have sstream */ #define HAVE_SSTREAM 0 -/* define if you have pango 1.6 */ -#define HAVE_PANGO16 0 - /* define if you have fontconfig */ #define HAVE_FONTCONFIG 0 -- 2.39.2