Pedro Kroger <[EMAIL PROTECTED]> writes: > #(define (instr-name name) > #(ly:export (mus:set 'Staff 'instrument name)))
Remove the sharp before ly:export, otherwise, the function does not return what you expect: #(define (instr-name name) (ly:export (mus:set 'Staff 'instrument name))) nicolas _______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
