]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pfb-scheme.cc
resolve merge
[lilypond.git] / lily / pfb-scheme.cc
index 730442ef05bf781b130ed7d6b0397f5c16a2ef8f..89666192a30d4a4bdcd75aa1aa990a82a31ef4c1 100644 (file)
@@ -8,7 +8,8 @@
 
 LY_DEFINE (ly_pfb_2_pfa, "ly:pfb->pfa",
           1, 0, 0, (SCM pfb_file_name),
-          "Convert the contents of a PFB file to PFA.")
+          "Convert the contents of a Type@tie{}1 font in PFB format"
+          " to PFA format.")
 {
   LY_ASSERT_TYPE (scm_is_string, pfb_file_name, 1);