lilypond-user
[Top][All Lists]
Advanced

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

Re: Footnotes in Lyrics


From: Pierre Perol-Schneider
Subject: Re: Footnotes in Lyrics
Date: Mon, 2 Jan 2023 11:31:49 +0100

Hi Johannes,
Here's a little hack:

\markup \footnote \null "(1) footnote text"

\score { <<
  { a' b' c'' d'' c'' b' a' }
  \addlyrics {
     One two  
     \markup \concat { three \raise #.7 \teeny (1) }  
     four five six se -- ven
  }
  >>
}

HTH, Cheers,
Pierre

Le lun. 2 janv. 2023 à 10:50, Johannes Roeßler <joei@joei.de> a écrit :

Hi Group and a Happy 2023!

I have trouble using footnotes in lyrics (lyrics directly in the score.. not below...) - I got rid of the annotation line successfully - but the position of the footnote number is terrible - and the tweaks are not "small" enough to find a good position.

\version "2.24.0"
\score { <<
{ a' b' c'' d'' c'' b' a' }
\addlyrics {
  \override Footnote.annotation-line = ##f
 One two three
\footnote #'(0.1 . 0.1) "footnote text" LyricText
five six se -- ven
 four
}
>>
}

Am I on a complete wrong way in handling this? It doesn't seem like a very rare idea to have footnotes in lyrics...

Best regards
Joei


reply via email to

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