Hi Ted,

working with "real" footnotes seems to be possible but extremely tricky. I've got no idea of that.

As all this happens on the first page, you could "abuse" the copyright markup in the \header section.

Cheers,
Klaus

% -------------------------------------------------------------------

copyright =
  \markup {
    \center-column {
      \fill-line {
        \null
        \score {
          \new Staff
          \with {
            instrumentName = "a)    "
            \remove "Time_signature_engraver"
            \remove "Clef_engraver"
            fontSize = #-3
            \override StaffSymbol.staff-space = #(magstep -3)
            \override StaffSymbol.thickness = #(magstep -3)
          } {
            \relative c' { bes'4 c32 bes a bes c16 d }
          }
          \layout {
            ragged-right = ##t
            indent = 0\cm } }
        \score {
          \new Staff
          \with {
            instrumentName = "b)    "
            \remove "Time_signature_engraver"
            \remove "Clef_engraver"
            fontSize = #-3
            \override StaffSymbol.staff-space = #(magstep -3)
            \override StaffSymbol.thickness = #(magstep -3)
          } {
            \relative c' { d'4 ees32-4 d cis d-1 f8-5 d-3 }
          }
          \layout {
            ragged-right = ##t
            indent = 0\cm } }
        \null
      }
      " "
      "July 1919"
    }
  }
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to