Greetings Nicolas, hi everybody,
can someone tell me why the following snippet doesn't work?
(It's heavily based on Nicolas' functions -- and looked sooo promising...)
%%%%%%%%%%%
#(use-modules (ice-9 format))
toto = { c d c d }
includevar=
#(define-music-function (parser location name) (string?)
(ly:parser-parse-string
(ly:parser-clone parser)
(format #f "\\~a"
name))
(make-music 'SequentialMusic 'void #t))
{ e1 \includevar #"toto" }
%%%%%%%%%%%%%
Cheers,
Valentin
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user