lilypond-user
[Top][All Lists]
Advanced

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

Re: score as footnote/footer


From: Stephen MacNeil
Subject: Re: score as footnote/footer
Date: Mon, 18 Apr 2016 01:13:25 -0400

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

}

}

}

%%%%%%%%%%%%%%%%%%%%%%%%%%

}

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

>

\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



reply via email to

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