[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alternate endings without repeats
From: |
Thomas Morley |
Subject: |
Re: alternate endings without repeats |
Date: |
Tue, 13 Oct 2015 11:41:48 +0200 |
2015-10-13 3:45 GMT+02:00 David Wright <address@hidden>:
> Quoting Thomas Morley (address@hidden):
>
> Now I'm figuring out the relative merits of
>
>> \set Score.repeatCommands = #`(,`(volta , ...
>
> and
>
>> \set Score.repeatCommands = #'((volta ...
As there is no real user-interface, pure guile-syntax has to be used.
The former syntax allows entries of the list to be evaluated.
The latter simply quotes.
More info in the guile1.8-manual, section 5.13.1.1 Expression Syntax
or search for quote, quasiquote, unquote
Cheers,
Harm