[EMAIL PROTECTED] wrote:
Hi --

Your macro definition:

 boldPageNumber = \markup { \fill-line { \bold \fontsize #3
 \on-the-fly #print-page-number-check-first \fromproperty
 #'page:page-number-string } }

Question:  if print-page-number-check-first is a defined function,
does it have to be referenced as a literal symbol
(by adding an apostrophe after the #)? --

      #'print-page-number-check-first
No, here you want to actually apply the function. If you add an apostrophe
(you "quote" it in Scheme terminology), you just get a symbol named
print-page-number-check-first.

See http://community.schemewiki.org/?howto-learn-scheme for more
information.

   /Mats


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to