Hi all,

There seems to be no limitation to the length of the annotation string of a footnote.

It would be nice to be able to spread it over several lines, even without taking the mark part into account.
Could anyone help me to construct a function to deal with that?

Cheers,
Jean-Charles
\version "2.16.0"

\paper {
  footnote-auto-number = ##f
  
}
lorem = \wordwrap-lines { Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.  Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. }

\book {
  \score {
    \markup { Lorem ipsum \footnote "*" "* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.  Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat." dolor... }
    \relative c' {
      a'1
    }
  }
  \pageBreak
\score {    \markup { Lorem ipsum \footnote "*" "* \lorem" dolor... }
    \relative c' {
      a'1
    }
  }
}

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

Reply via email to