lilypond-user
[Top][All Lists]
Advanced

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

Re: Text above a notehead or rest regardless of collisions with staff


From: David Kastrup
Subject: Re: Text above a notehead or rest regardless of collisions with staff
Date: Mon, 01 Jun 2020 23:51:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Paolo Prete <paolopr976@gmail.com> writes:

> Hello,
>
> is it possible to place "some text" above a notehead (or a rest) regardless
> of collisions with the staff? Maybe a start could be to use the Fingering
> object, but I don't know how to change "1" to "some text"
>
> {
> \override Fingering.staff-padding = #'()
> \stemDown
> c'-1
> }

Well, the rather artless way of writing

{
\override Fingering.staff-padding = #'()
\stemDown
c'-\tweak text "Some text" -1
}
actually works.

-- 
David Kastrup

reply via email to

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