Menu

#3909 a feature to disable the chord root name printing - just print the slash and inversion

Accepted
nobody
None
Enhancement
2017-04-08
2014-05-01
Anonymous
No

Originally created by: *anonymous

Originally created by: pkx1...@gmail.com

On 01/05/14 03:57, Henrik Pitkala wrote:
>> I'm not top posting
>
> I'd like a feature to disable the chord root name printing, and just print
> the slash and the inversion. The rationale for this request is a more
> compact chord line.
>
> \version "2.19.6"
> \chordmode {
>     c c/e c/g
> }
>
> Current output:
>   C  C/e  C/g
>
> Desired possibility:
>   C  /e  /g
>
> Suggestion for the command to achieve this:
> \set chordRepeatRootNote = ##f
>
> There's an LSR snippet over here but it's way too tedious to use in normal use:
> http://lsr.di.unimi.it/LSR/Item?id=776

Discussion

  • Thomas Morley

    Thomas Morley - 2017-04-08

    Other workaround here:
    http://lists.gnu.org/archive/html/lilypond-user/2017-03/msg00781.html
    using an engraver comparing chord-pitches.
    Limitation: does not work for inversions, only for additional bass notes.

    Does not work:
    \new ChordNames \chordmode { c c/e c/g }

    Works:
    \new ChordNames \chordmode { c c/+e c/+g }

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.