Message: 2
> Date: Mon, 18 Apr 2016 23:12:55 +0200
> From: Simon Albrecht <simon.albre...@mail.de>
> To: Kieren MacMillan <kieren_macmil...@sympatico.ca>, bart deruyter
>       <bart.deruy...@gmail.com>
> Cc: Lilypond-User Mailing List <lilypond-user@gnu.org>
> 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 <bart.deruy...@gmail.com> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to