Here's a workaround:

\version "2.19.80"

\markup {
  \null
  \footnote
  \null
  \italic \concat { "*" \hspace #.3 "Das Cello erzählt eine Geschichte ganz
unabhängig von den anderen Stimmen" }
}

\relative c {
  \time 2/4
  \hideNotes
  \omit Staff.TimeSignature |
  es'''2^\markup {
    "un poco misterioso*"
  } |
  \omit Staff.BarLine
  \repeat unfold 19 { es2 }
  \undo \omit Staff.BarLine
  \unHideNotes
  \undo \omit Staff.TimeSignature
}

HTH, cheers,
Pierre

Le lun. 20 août 2018 à 21:13, N. Andrew Walsh <n.andrew.wa...@gmail.com> a
écrit :

> Hi List,
>
> for "reasons" I have a passage that should have blank staves with no
> barlines, rests, clefs, etc. However, at the start of the section is an
> expressive mark, which should itself have a footnote. What I have thus far
> is as follows:
>
> \version "2.19.80"
>
> \relative c {
>   \time 2/4
>   \hideNotes \omit Staff.TimeSignature | es'''2^\markup { "un poco"
> \auto-footnote "misterioso" "Das Cello erzählt eine Geschichte ganz
> unabhängig von den anderen Stimmen" } | \omit Staff.BarLine \repeat unfold
> 19 { es2 } \undo \omit Staff.BarLine \unHideNotes \undo \omit
> Staff.TimeSignature
>
> }
>
> This gets the invisible-measure bit, and the expressive mark, but the
> footnote is not appearing. Is there some instruction I need to give for the
> footnote marks and text to appear? Or is my syntax wrong?
>
> Thanks for the help!
>
> A
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to