hey,

maybe a bit late, but I've done this in footnotes in the past. There was
one issue though, footnotes are placed on top of each other like:

1. one score here
2. second score here.
3. third score here.

What I needed back then was footnotes next to each other like:

1. one score here. 2. second score here 3. third score here.

The reason is that these scores are short parts, but can take a lot of
vertical space.

Back then it was not possible to get the scores horizontally next to each
other. Just informing, is it possible now?

The advantage of footnotes is that in a muliple page document, they would
be rendered on the right page automatically.

grtz,
Bart

http://www.bartart3d.be/
On Twitter <https://twitter.com/#%21/Bart_Issimo>
On Identi.ca <http://identi.ca/bartart3d>
On Google+ <https://plus.google.com/u/0/b/116379400376517483499/>

2016-04-17 13:34 GMT+02:00 bobr...@centrum.is <bobr...@centrum.is>:

> Thanks for the responses.  The score-in-copyright idea does precisely what
> I want; it's centered at the bottom of the first and only the first page of
> a score.
>
> %%%%%%%%%%%%
> \version "2.18.0"
>
> models =  \relative c' {
>   c4-( d-) e-( f-)
>   \bar "||"
>   c4. d8 e4. f8
> }
>   \layout {}
>
>
> tune = \relative c' {\repeat unfold 25 { c4 d e f }}
>
> \score {
>   \tune
> }
>
>
> \header {
>   tagline = ""
>   copyright = \markup \score {
>     \models
>     \layout { }
>   }
> }
> %%%%%%%%%%%%%%%%
>
> ----- Original Message -----
> > From: "Urs Liska" <u...@openlilylib.org>
> > To: bobr...@centrum.is, "Lilypond-User Mailing List" <
> lilypond-user@gnu.org>
> > Sent: Sunday, April 17, 2016 9:35:16 AM
> > Subject: Re: score as footnote/footer
> >
> >
> >
> > Am 17. April 2016 11:28:23 MESZ, schrieb "bobr...@centrum.is"
> > <bobr...@centrum.is>:
> > >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
> > >
> >
> > I think this should be possible by inserting a score in a markup in the
> > copyright field.
> >
> > HTH
> > Urs
> >
> > --
> > Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail
> gesendet.
> >
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to