Hi David,
Try:
\version "2.19.39"
\header {
title = "Scores as footnotes"
}
\markup {
\null
\footnote
\null
\concat {
"*" \hspace #1.5
\score {
\relative { c'8 d e f g a b c}
\layout {
indent = 0
}
}
}
\null
\footnote
\null
\concat {
"**" \hspace #1
\score {
\relative { c''16 b a g f e d c }
\layout {
indent = 0
}
}
}
}
\score {
\relative { c'4 d e f g a b c}
\layout {
\context {
\Staff
instrumentName = "*"
}
}
}
\score {
\relative { c''4 b a g f e d c }
\layout {
\context {
\Staff
instrumentName = "**"
}
}
}
Cheers,
Pierre
2016-04-17 11:28 GMT+02:00 [email protected] <[email protected]>:
> It is sometimes the case in an etude book that a model of the etude
> showing a different general rhythm or articulation pattern will be given at
> the bottom of a page. Typically, the model will be only one or a very few
> measures in a smaller size, centered at the bottom of the page. Is this
> possible in straight LilyPond or is it necessary to use LilyPond-book? I
> would prefer a straight LilyPond solution.
>
> -David
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user