Here's an oddity:
%%%%
\version "2.19.82"
test = #(define-scheme-function (suffix) (string?) #{
\book { \bookOutputSuffix $suffix \score { b'4 } } #} )
foo = \test "foo"
bar = \test "bar"
\foo \bar
%%%%This works. -- Aaron Hill _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
