On 12/25/10 5:07 AM, "Nicolas Sceaux" wrote:
> Le 25 déc. 2010 à 01:42, Carl Sorensen a écrit :
>
>> I'd be happy if I could make something like
>> this work, as well:
>>
>> default-string-tunings =
>> #`((guitar-tuning . ,(lily->scheme ))
>> (bass-tuning . ,(lily->scheme ))
>> (mandolin-tu
Le 25 déc. 2010 à 01:42, Carl Sorensen a écrit :
> I'd be happy if I could make something like
> this work, as well:
>
> default-string-tunings =
> #`((guitar-tuning . ,(lily->scheme ))
> (bass-tuning . ,(lily->scheme ))
> (mandolin-tuning . ,(lily->scheme )))
You may consider something like
Hi,
I've managed to get the new stringTunings architecture to work. It's based
on changing the contents of the stringTunings list from a list of semitones
to a list of pitches.
Each of the tunings is a separate variable. And the chords that define them
are in the file ly/string-tunings-init.ly,