You could also do something like this
\version "2.18.2"
\header {
title = "FootNote"
tagline = "FootNote"
}
%%%%%%%
footOne = \markup {
%% space
\vspace #2
%%%%%%%%%%%%%%%%%
\hspace #1
\dir-column {
%%%%%%%%%%%%%%%%%%%%%%%%%%
\vspace #0
\concat {
"*" \hspace #1.5
\score {
\relative c { c'8 d e f g a b c}
\layout {
indent = 0
}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%
}
\hspace #2
\dir-column {
%%%%%%%%%%%%%%%%%%%%%%%%%%
% move it over
\halign #-3.4
%%%%%%%%%%%%%%
\concat {
"**" \hspace #1
\score {
\relative c { c''8 b a g f e d c }
\layout {
indent = 0
}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
one = \markup{P}
\relative c' {
\override Score.FootnoteItem.annotation-line = ##f
\footnote "*" #'(0 . 3) \footOne c'8 c a g f e d c c2 c c'8^"**" b a g f e
d c}
HTH
STephen
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user