lilypond-user
[Top][All Lists]
Advanced

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

Re: adding footnote to markup on invisible measures


From: Thomas Morley
Subject: Re: adding footnote to markup on invisible measures
Date: Tue, 21 Aug 2018 18:32:35 +0200

2018-08-21 15:52 GMT+02:00 N. Andrew Walsh <address@hidden>:
> Hi Pierre,
> On Mon, Aug 20, 2018 at 9:44 PM Pierre Perol-Schneider
> <address@hidden> wrote:
>>
>> Here's a workaround:
>>>
>>>
>
> Thank you for the tip, but as this is one of several footnotes, and I want
> them to be numbered in sequence, it doesn't work for me. Is there some
> functionality here that I'm missing? Do I need to make some grob visible or
> something?
>
> Cheers,
>
> A


\auto-footnote only works in standalone Text.

Probably:

\relative c {
  \time 2/4
  \hideNotes
  \omit Staff.TimeSignature
  |
  \override Score.FootnoteItem.annotation-line = ##f
  \override Score.FootnoteItem.padding = -1
  \override Score.FootnoteItem.Y-offset = 0.05
  \textLengthOn
  es'''2
   -\footnote #'(1 . 0)
     "Das Cello erzählt eine Geschichte ganz unabhängig von den anderen Stimmen"
   ^"un poco misterioso"
  <>
   -\footnote #'(1 . 0)
     "Die anderen Stimmen machen was sie wollen. ;)"
   ^"allegro chaotico"
  |
  \omit Staff.BarLine
  \repeat unfold 19 { es2 }
  \undo \omit Staff.BarLine
  \unHideNotes
  \undo \omit Staff.TimeSignature
}

Cheers,
  Harm



reply via email to

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