2008/6/11 Stefan Thomas <[EMAIL PROTECTED]>:
> But unfortunately this doesn't work:
> langsamer = { \movement "subito meno mosso" "4" #69 }
You have to add a # before each quoted string:
langsamer = { \movement #"subito meno mosso" #"4" #69 }
It's in order to tell the Scheme interpreter: "hey, wake up! Here's a
string for you!"
Cheers,
Valentin
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
