On 2/7/19, Robert Hennig <rob...@peroche.de> wrote:
> The second Solution from Valentin looks like what I would prefer but
> it prints the chord notes too, which is not was I'm looking for (only
> Chord Names).

Huh. Have you added
\denies "Voice"
like I did? It should prevent any notes (or rests) from being printed.

Alternatively, if you want to mix in musical symbols, you could do

\new Staff \with {
  \consists Chord_name_engraver
  noChordSymbol = ""
} \new Voice \with {
  \remove Note_heads_engraver
  \remove Ledger_line_engraver
  \remove Stem_engraver
  \remove Dots_engraver
  \remove Accidental_engraver
  \remove Beam_engraver
  \remove Tie_engraver
} \chordmode {
  c1\f r4 d:m\p\< e:m \notemode {<>_>} f\!
}

Cheers,
V.

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

Reply via email to