2018-08-21 15:52 GMT+02:00 N. Andrew Walsh <n.andrew.wa...@gmail.com>:
> Hi Pierre,
> On Mon, Aug 20, 2018 at 9:44 PM Pierre Perol-Schneider
> <pierre.schneider.pa...@gmail.com> 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

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

Reply via email to