I'm writing a lead sheet with melody and chord names above. In one measure I want to have single notes in the base instead of chords, but I cannot figure out how to display this among the chord names. What I would like is something like:

| G | g f# e | B |

I have only been able to display bass notes as part of an inversion, but I don't want the chord - only the bass note. Can this be done in some way?

As a side question: what is this phenomenon called in English? It's hard to search for, when you don't know the name...

What I currently have is the following:

chordNames = \chordmode {
  ... g2. | g fis e | b2.:7 | ...
}

And I include it in the peace using:
\new FretBoards { \chordNames }
\new ChordNames { \chordNames }

Thanks on beforehand!
Morten


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to