lilypond-user
[Top][All Lists]
Advanced

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

Can header items be footnoted?


From: Patrick or Cynthia Karl
Subject: Can header items be footnoted?
Date: Sat, 07 Jun 2014 12:34:36 -0500

I tried to footnote a title as follows:

\version "2.18.0"

\header {
        title = \markup { "My"
          \footnote "*" \italic "* Mine, mine, mine!"
          " Title"
        }
}

A =   \relative b' { 
        c, d e f g a b c 
}

\score {
        \new Staff { \A }
        \layout { }
}


The result was a title of "My * Title", but no footnote and no errors in the 
log file.



reply via email to

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