On 12/14/13 9:32 AM, "Henning Hraban Ramm" <lilypon...@fiee.net> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to