lilypond-user
[Top][All Lists]
Advanced

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

Re: ChordNames on Staff


From: Valentin Villenave
Subject: Re: ChordNames on Staff
Date: Thu, 7 Feb 2019 14:42:30 +0000

On 2/7/19, Robert Hennig <address@hidden> 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.



reply via email to

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