lilypond-user
[Top][All Lists]
Advanced

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

Re: Footnotes


From: Ben
Subject: Re: Footnotes
Date: Mon, 30 Oct 2017 14:02:49 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 10/30/2017 2:35 AM, Malte Meyn wrote:


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'
}


Wow thanks for this override - it works perfectly!

I used this code:

\version "2.19.80"

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


Thank you!

Attachment: footnotes.pdf
Description: Adobe PDF document


reply via email to

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