lilypond-user
[Top][All Lists]
Advanced

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

Re: Lower-case base note chord notation


From: Jean Abou Samra
Subject: Re: Lower-case base note chord notation
Date: Sun, 07 May 2023 00:28:52 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

Le samedi 06 mai 2023 à 23:46 +0200, Jakob Pedersen a écrit :

Greetings!

Is it possible to define a chord-naming scheme with upper-case chord names in semi-german, but bass notes similar to the default style but lower-case.

This would result in something like:

B♭ E♭/b♭ F/b♭ C/e D/f♯

This is the standard scheme used in Danish notation, btw.

I looked at the chord names alternatives snippet, but it's much too complicated for me to figure out, I'm afraid.

Try this:

\version "2.24.1"

\layout {
  \set ChordNames.chordNoteNamer = #(lambda (p _) (note-name->markup p #t))
}

\chords { bes ees/bes f/bes c/e d/fis }

HTH

Jean

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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