From 22b5b25f6781c15f0f6cbe9540d76bf9407b9a33 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 20 Oct 2005 23:09:26 +0000 Subject: [PATCH] (init_fontconfig): resurrect mf/out/ check. --- lily/font-config.cc | 1 + lily/grob.cc | 3 ++- lily/slur.cc | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lily/font-config.cc b/lily/font-config.cc index c48f1abc5a..2d2a5c2eda 100644 --- a/lily/font-config.cc +++ b/lily/font-config.cc @@ -31,6 +31,7 @@ init_fontconfig () Array dirs; String builddir = prefix_directory + "/mf/out/"; + struct stat statbuf; if (stat (builddir.to_str0 (), &statbuf) == 0) dirs.push (builddir.to_str0 ()); else diff --git a/lily/grob.cc b/lily/grob.cc index 38edbaf785..6f7b898222 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -232,7 +232,8 @@ Grob::get_print_stencil () const { SCM expr = m->expr (); if (point_and_click_global) - expr = scm_list_3 (ly_symbol2scm ("grob-cause"), self_scm (), expr); + expr = scm_list_3 (ly_symbol2scm ("grob-cause"), + self_scm (), expr); retval = Stencil (m->extent_box (), expr); } diff --git a/lily/slur.cc b/lily/slur.cc index d02c0b0e44..2f735e9e6f 100644 --- a/lily/slur.cc +++ b/lily/slur.cc @@ -230,6 +230,7 @@ ADD_INTERFACE (Slur, "slur-interface", "A slur", + /* properties */ "control-points " "dash-fraction " "dash-period " -- 2.39.2