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 <[email protected] <mailto:[email protected]>> wrote:Something like this? (see attached) \version "2.19.80" \relative c''\footnote #'(1 . 2) "Here is your footnote" aNot 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!
footnotes.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
