lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with chord dictionaries


From: Robin Bannister
Subject: Re: Help with chord dictionaries
Date: Thu, 14 Sep 2017 18:31:27 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Shamus Hammons wrote:
 > > In the example I included, you can see that the text for the
 > > Bbmaj7 chord is rendered in pieces, and the chord names are generally
 > > farther above the diagrams than they should be.

You are using \center-column to get these two things arranged vertically.

It seems that \center-column  is being applied recursively,
but this only shows up in the Bbmaj7 case because it uses a list
which can serve as a spec for column contents.

So make it clear that this list should be a line, not a column:
\line { "B" \chordFlat "maj7" }

Then this unwanted column collapses and no longer holds everything else
up in the air.


Cheers,
Robin




reply via email to

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