]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
* mf/GNUmakefile: generate .commonff to not confuse fontconfig.
[lilypond.git] / lily / main.cc
index a843ca4f2442eb9bc7050f78856ebf29f8e4a111..3ad0b6645e3da777a9316c2732466d76efe5ecd4 100644 (file)
@@ -337,7 +337,9 @@ do_chroot_jail ()
       exit (3);
     }
 }
+
 void test_pango();
+
 static void
 main_with_guile (void *, int, char **)
 {
@@ -394,7 +396,6 @@ main_with_guile (void *, int, char **)
   SCM result = scm_call_1 (ly_lily_module_constant ("lilypond-main"), files);
   (void) result;
 
-
   /* Unreachable.  */
   exit (0);
 }
@@ -425,7 +426,6 @@ add_output_format (String format)
   output_format_global += format;
 }
 
-
 static void
 parse_argv (int argc, char **argv)
 {