lilypond-user
[Top][All Lists]
Advanced

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

Re: How to engrave lowercase chord symbols


From: Thomas Morley
Subject: Re: How to engrave lowercase chord symbols
Date: Sat, 22 Oct 2016 14:15:39 +0200

2016-10-22 12:43 GMT+02:00 Todor Vachkov <address@hidden>:
> Hello,
>
> My goal is to engrave music for accordion and I would like to have my chords
> symbols as follows:
>
> Bass tone: allways uppercase: e.g. A E D
>
> Chords: allways lower case: e.g. major chords a e d; minor chords am em dm
>
> And together: A am E e D d7
>
> In Lilypond you can force the lowercase only for the minors:
>
> \set chordNameLowercaseMinor = ##t
>
> But I would like to have this possibility for the majors, sevens etc. as
> well...The bass tone is always uppercase, which is fine.
>
> Can someone please help me? Thanks a lot in advance!

Which input-syntax do you prefer for entering single bass-notes?
Please give a compiling example even when it does not what you want.

Otherwise, how about:

\layout {
  \context {
    \Score
    chordNoteNamer = #note-name->markup
    chordRootNamer =
      #(lambda (pitch lowercase?) (note-name->markup pitch #t))
  }
}

\new ChordNames \chordmode { c:7 c:m7 c:7/+c c:m7/+c  }

Cheers,
  Harm



reply via email to

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