Message: 2
> Date: Mon, 18 Apr 2016 23:12:55 +0200
> From: Simon Albrecht <[email protected]>
> To: Kieren MacMillan <[email protected]>, bart deruyter
> <[email protected]>
> Cc: Lilypond-User Mailing List <[email protected]>
> Subject: Re: score as footnote/footer
>
> On 18.04.2016 15:21, Kieren MacMillan wrote:
>> Hi Bart,
>>
>> On Apr 17, 2016, at 2:27 PM, bart deruyter <[email protected]> wrote:
>>> Back then it was not possible to get the scores horizontally next to each
>>> other.
>> Really? I would have thought
>>
>> \markup {
>> \line {
>> \score { c' }
>> \score { d' }
>> \score { e' }
>> }
>> }
>>
>> would have worked since \score was allowed in \markup (which is many, many
>> versions ago).
>
> This isn?t about any markup but about footnotes, whose placement is, as
> David said, hardcoded.
>
> Best, Simon
I think Kieren is probably thinking about something like:
\version "2.19.38"
\book {
\header { tagline = ##f }
\relative c' {
\footnote #'(-1 . 3) \markup {
\fill-line {
" " \score { c' }
\score { d' }
\score { e' } " "
}
}
c4
d4
r4
e4
}
}
where the “text” of the footnote is the markup.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user