Am 2013-12-17 um 06:36 schrieb Thomas Morley :
>> 2013/12/16 Henning Hraban Ramm :
>>> Am 2013-12-15 um 18:26 schrieb Thomas Morley :
Additional bass is downcase.
>>>
>>> And how can I change that?
>>> Mostly I’d like my additional bass uppercase, only in some cases (sic)
>>> lowerca
2013/12/16 Thomas Morley :
> 2013/12/16 Henning Hraban Ramm :
>> Am 2013-12-15 um 18:26 schrieb Thomas Morley :
>>> Additional bass is downcase.
>>>
>>
>> And how can I change that?
>> Mostly I’d like my additional bass uppercase, only in some cases (sic)
>> lowercase.
>
> I'll try to find some t
This is great also for me thanks!
Francois
2013/12/16, Thomas Morley :
> 2013/12/16 Henning Hraban Ramm :
>> Am 2013-12-15 um 18:26 schrieb Thomas Morley :
>>> Additional bass is downcase.
>>>
>>
>> And how can I change that?
>> Mostly I’d like my additional bass uppercase, only in some cases (si
2013/12/16 Henning Hraban Ramm :
> Am 2013-12-15 um 18:26 schrieb Thomas Morley :
>> Additional bass is downcase.
>>
>
> And how can I change that?
> Mostly I’d like my additional bass uppercase, only in some cases (sic)
> lowercase.
I'll try to find some time to look into it this evening.
Chee
Am 2013-12-15 um 18:26 schrieb Thomas Morley :
> Additional bass is downcase.
>
And how can I change that?
Mostly I’d like my additional bass uppercase, only in some cases (sic)
lowercase.
Greetlings, Hraban
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/l
Am 2013-12-15 um 18:26 schrieb Thomas Morley :
> 2013/12/14 Henning Hraban Ramm :
>> Hi,
>> someone of you wrote the following function for me some year before, that
>> allows me to set minor chords in lowercase instead of attaching „m“:
>> My only problem with that is, that es major is now disp
2013/12/14 Henning Hraban Ramm :
> Hi,
> someone of you wrote the following function for me some year before, that
> allows me to set minor chords in lowercase instead of attaching „m“:
>
> #(define (conditional-string-downcase str condition)
> (if condition
> (string-downcase str)
>
Am 2013-12-14 um 23:23 schrieb Carl Sorensen :
> On 12/14/13 9:32 AM, "Henning Hraban Ramm" wrote:
>
>> Hi,
>> someone of you wrote the following function for me some year before, that
>> allows me to set minor chords in lowercase instead of attaching „m“:
>>
>> ((= alteration FLAT) (m
On 12/14/13 9:32 AM, "Henning Hraban Ramm" wrote:
>Hi,
>someone of you wrote the following function for me some year before, that
>allows me to set minor chords in lowercase instead of attaching „m“:
>
> ((= alteration FLAT) (make-simple-markup "es"))
((= alteration FLAT) (
Hi,
someone of you wrote the following function for me some year before, that
allows me to set minor chords in lowercase instead of attaching „m“:
#(define (conditional-string-downcase str condition)
(if condition
(string-downcase str)
str))
#(define (pitch-alteration-semitones pit
10 matches
Mail list logo