lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3910 in lilypond: A feature to select chord invers


From: lilypond
Subject: [Lilypond-auto] Issue 3910 in lilypond: A feature to select chord inversion style
Date: Fri, 02 May 2014 09:06:09 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 3910 by address@hidden: A feature to select chord inversion style
http://code.google.com/p/lilypond/issues/detail?id=3910

Henrik Pitkala via gnu.org
        

I'd like to select how the chord inversions are printed: whether to use
accidentals or not, and whether to use capital or minor letters in the
inversion letters. This applies mostly to \germanChords, but why not to the
other modes, too.

For example, this code:

\version "2.19.6"
\chordMode {
        \germanChords
        c:m  c:m/es  h:m/fis  b/as
}

gives this output:

  Cm  Cm/es  Hm/fis  B/as


But I would like to have a possibility for the following output with
accidentals:

  Cm  Cm/eb  Hm/f#  B/ab

Additionally, if I'd select to use capital letters, I'd get this output:

  Cm  Cm/Eb  Hm/F#  B/Ab


Suggestion for commands to achieve these:

\set chordInversionWithAccidental = ##t
\set chordInversionWithCapitalLetter = ##t


This LSR snippet is related:
http://lsr.di.unimi.it/LSR/Item?id=750


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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