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: Wed, 6 Feb 2019 23:35:55 +0000

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



reply via email to

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