lilypond-user
[Top][All Lists]
Advanced

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

Re: score as footnote/footer


From: Patrick Karl
Subject: Re: score as footnote/footer
Date: Mon, 18 Apr 2016 21:08:18 -0500

Message: 2
> Date: Mon, 18 Apr 2016 23:12:55 +0200
> From: Simon Albrecht <address@hidden>
> To: Kieren MacMillan <address@hidden>,        bart deruyter
>       <address@hidden>
> Cc: Lilypond-User Mailing List <address@hidden>
> 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 <address@hidden> 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.  


reply via email to

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