]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-interface.cc
release: 1.3.123
[lilypond.git] / lily / font-interface.cc
index 51b98eef5c8c93d807e5b449b01b368cc27d28f3..c281756c45912a31a8f87d43dc06913715e52463 100644 (file)
@@ -203,7 +203,7 @@ Font_interface::properties_to_font_name (SCM fonts, SCM alist_chain)
   warning (_("couldn't find any font satisfying ") );
   scm_write (gh_list (name, point_sz, shape, series , family, rel_sz, SCM_UNDEFINED), scm_current_error_port ());
   scm_flush(scm_current_error_port ());
-
   return ly_str02scm ("cmr10");
   
 }