lilypond-user
[Top][All Lists]
Advanced

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

Re: Footnotes


From: Malte Meyn
Subject: Re: Footnotes
Date: Mon, 30 Oct 2017 07:35:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



Am 30.10.2017 um 07:21 schrieb Dave Hartley:


On 30 October 2017 at 12:33, Ben <address@hidden <mailto:address@hidden>> 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'
}



reply via email to

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