Re: minor chord names lowercase - es problem

2013-12-16 Thread Henning Hraban Ramm
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

Re: minor chord names lowercase - es problem

2013-12-16 Thread Thomas Morley
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

Re: minor chord names lowercase - es problem

2013-12-16 Thread Francois Planiol
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

Re: minor chord names lowercase - es problem

2013-12-16 Thread 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 time to look into it this evening. Chee

Re: minor chord names lowercase - es problem

2013-12-15 Thread 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. Greetlings, Hraban --- fiëé visuëlle Henning Hraban Ramm http://www.fiee.net http://angerweit.tikon.ch/l

Re: minor chord names lowercase - es problem

2013-12-15 Thread Henning Hraban Ramm
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

Re: minor chord names lowercase - es problem

2013-12-15 Thread 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“: > > #(define (conditional-string-downcase str condition) > (if condition > (string-downcase str) >

Re: minor chord names lowercase - es problem

2013-12-14 Thread Henning Hraban Ramm
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

Re: minor chord names lowercase - es problem

2013-12-14 Thread 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) (make-simple-markup "es")) ((= alteration FLAT) (

minor chord names lowercase - es problem

2013-12-14 Thread 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) str)) #(define (pitch-alteration-semitones pit