On 2/6/19, Robert Hennig <rob...@peroche.de> wrote:
> I would like to print the ChordNames casually directly on the staff, Not
> above the staff. Using extra-offset works if there are no other objects
> which adjusts the spacing. What is the proper way to get the ChordNames
> fixed to the staff?

Greetings,
I can think of two ways:

\new ChordNames \with {
  \consists Staff_symbol_engraver
} \chordmode {
  c1
}
\new Staff \with {
  \consists Chord_name_engraver
  \denies "Voice"
} \chordmode {
  c1
}

%%%%

Cheers,
V.

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

Reply via email to