]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-select-scheme.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / pango-select-scheme.cc
index 7c755e05f00a30af5fad3cc789f0009abff22fb5..52ead4644fb38b5e2a8c7c1c7e5c60c3a95a5c51 100644 (file)
@@ -4,7 +4,7 @@
 #include "pango-font.hh"
 
 LY_DEFINE(ly_make_pango_description_string, "ly:make-pango-description-string",
-         2,0,0, (SCM chain, SCM size),
+         2, 0, 0, (SCM chain, SCM size),
          "Make a PangoFontDescription string for the property alist @var{chain} at size @var{size}.")
 {
   SCM_ASSERT_TYPE(scm_is_number (size), size, SCM_ARG1, __FUNCTION__, "number");