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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to