lilypond-user
[Top][All Lists]
Advanced

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

Re: minor chord names lowercase - es problem


From: Carl Sorensen
Subject: Re: minor chord names lowercase - es problem
Date: Sat, 14 Dec 2013 17:23:05 +0000
User-agent: Microsoft-MacOutlook/14.3.8.130913

On 12/14/13 9:32 AM, "Henning Hraban Ramm" <address@hidden> 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“:
><SNIP>
>          ((= alteration FLAT) (make-simple-markup "es"))


            ((= alteration FLAT) (if (= (car n-a) 2) (make-simple-markup
"s") (make-simple-markup "es"))

(note -- not tested)

HTH,

Carl


reply via email to

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