Thanks again!
On Wed, Jan 5, 2022 at 5:31 AM Thomas Morley
wrote:
> Am Di., 4. Jan. 2022 um 20:52 Uhr schrieb jerome talkington
> :
> >
> > Harm,
> >
> > Thanks so much for sharing and tightening up this code for hiding
> redundant bass notes in successive slash chords, and thanks Elaine Alt for
Am Di., 4. Jan. 2022 um 20:52 Uhr schrieb jerome talkington
:
>
> Harm,
>
> Thanks so much for sharing and tightening up this code for hiding redundant
> bass notes in successive slash chords, and thanks Elaine Alt for initiating
> the thread. It's a really useful feature to have in a leadsheet,
Oops, successive redundant *chords* with a changing bass note, I meant to
say.
LT
Harm,
Thanks so much for sharing and tightening up this code for hiding redundant
bass notes in successive slash chords, and thanks Elaine Alt for initiating
the thread. It's a really useful feature to have in a le
Harm,
Thanks so much for sharing and tightening up this code for hiding redundant
bass notes in successive slash chords, and thanks Elaine Alt for initiating
the thread. It's a really useful feature to have in a leadsheet, and one I
had been hoping was possible in Lilypond without too much trouble
Am So., 2. Jan. 2022 um 09:06 Uhr schrieb Flaming Hakama by Elaine
:
>
> On Fri, Dec 31, 2021 at 8:07 AM Thomas Morley
> wrote:
>> How about:
[...]
> Yes, thanks, this works well if the initial chord is a minor chord.
>
> What would it take to have it work when the initial chord has a 7th?
>
>
On Fri, Dec 31, 2021 at 8:07 AM Thomas Morley
wrote:
> Am Do., 30. Dez. 2021 um 20:29 Uhr schrieb Flaming Hakama by Elaine
> :
> >
> > Hi,
> >
> > I'm looking for a way to print a chord symbol which is a slash chord,
> > but where the top part (above the slash) is blank.
> >
> > So, I only want t
Le 31/12/2021 à 17:07, Thomas Morley a écrit :
How about:
\version "2.23.5"
#(define Bass_changes_equal_root_engraver
(lambda (ctx)
"For sequential ChordNames with same root, but different bass, the root
markup
is dropped: D D/C D/B -> D /C /B
The behaviour may be controlled by setting t
Am Do., 30. Dez. 2021 um 20:29 Uhr schrieb Flaming Hakama by Elaine
:
>
> Hi,
>
> I'm looking for a way to print a chord symbol which is a slash chord,
> but where the top part (above the slash) is blank.
>
> So, I only want to print the slash + root note.
>
> The usage for this is when the previou
Hi,
I'm looking for a way to print a chord symbol which is a slash chord,
but where the top part (above the slash) is blank.
So, I only want to print the slash + root note.
The usage for this is when the previous chord repeats,
and only the bass note changes.
Here is an MWE for a progression wh