]> git.donarmstrong.com Git - lilypond.git/commitdiff
(init_fontconfig): resurrect mf/out/ check.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 20 Oct 2005 23:09:26 +0000 (23:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 20 Oct 2005 23:09:26 +0000 (23:09 +0000)
lily/font-config.cc
lily/grob.cc
lily/slur.cc

index c48f1abc5ac355cc011089de4a93ece5607321f4..2d2a5c2eda0dd7d949afa22ffdec774b83ad9e66 100644 (file)
@@ -31,6 +31,7 @@ init_fontconfig ()
   Array<String> dirs;
   String builddir = prefix_directory + "/mf/out/";
 
+  struct stat statbuf;
   if (stat (builddir.to_str0 (), &statbuf) == 0)
     dirs.push (builddir.to_str0 ());
   else
index 38edbaf78528aaf0b81ad0b2cd64e30922c46e2c..6f7b898222b2dafd5c9241a41ce78cbc03147972 100644 (file)
@@ -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);
        }
index d02c0b0e44dd1e1649ea5ca11e66fd1a92f73596..2f735e9e6fcc9bf4971a439f7197f090d5c3f4d7 100644 (file)
@@ -230,6 +230,7 @@ ADD_INTERFACE (Slur, "slur-interface",
               
               "A slur",
               
+              /* properties */
               "control-points "
               "dash-fraction "
               "dash-period "