Hi everyone!

I can't find how to center horizontally the \score bloc I create to display chord diagrams on top of my score.

I'd also like to center the name of each chord with the corresponding diagram.

Does anyone have an idea on how to do this ?

Thanks in advance,

Anton Curl
\include "predefined-guitar-fretboards.ly"

my_chords = \chordmode {
  a:m c d:m e
}

\score {
  <<
    \new ChordNames << \my_chords >>
    \new FretBoards << \my_chords >>
  >>
}

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

Reply via email to