lilypond-user
[Top][All Lists]
Advanced

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

Single notes among chord names


From: Morten Lemvigh
Subject: Single notes among chord names
Date: Sun, 15 Apr 2012 14:52:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

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




reply via email to

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