Am 30.10.2017 um 07:21 schrieb Dave Hartley:


On 30 October 2017 at 12:33, Ben <soundsfromso...@gmail.com <mailto:soundsfromso...@gmail.com>> wrote:

    Something like this?
    (see attached)

    \version "2.19.80"
\relative c''\footnote #'(1 . 2) "Here is your footnote" a

Not really, I want to be able to supply some performance hints to the markup /without/ having that line from the note.


How about this?

\version "2.19.80"

{
  \override Score.FootnoteItem.annotation-line = ##f
  \footnote #'(1 . 2) "Here is your footnote"
  a'
}

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

Reply via email to