lilypond-user
[Top][All Lists]
Advanced

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

Footnote


From: Dimitri Sykias
Subject: Footnote
Date: Wed, 21 Aug 2024 22:56:45 +0300

How can I format text in \auto-footnote?

For example:

\markup {Giovanni Pierluigi da Palestrina was an Italian composer of late 
\auto-footnote "Renaissance" "Renaissance music is traditionally understood to 
cover European music of the 15th and 16th centuries." music. }

I want "Renaissance music" in the foot-note text to be bold and “th” in 15th 
superscript. Also the text of \auto-footnote is not wrapped.

I tried ChatGPT but it gives a wrong code (it doesn’t compile):

\version "2.24.0"

\markup {
  "Giovanni Pierluigi da Palestrina was an Italian composer of late"
  \footnote 
  #"Renaissance"
  #{
    \markup {
      \column {
        \line { \bold "Renaissance music" }
        \line { "is traditionally understood to cover European music of the" 
          \superscript { "15" } "th and 16th centuries." }
      }
    }
  }
  "music."
}

Thanks


reply via email to

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