lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: substitution with \movement


From: Valentin Villenave
Subject: Re: substitution with \movement
Date: Wed, 11 Jun 2008 12:33:02 +0200

2008/6/11 Stefan Thomas <address@hidden>:

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]