bug-lilypond
[Top][All Lists]
Advanced

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

Re: Footnote oddity


From: Jean-Charles Malahieude
Subject: Re: Footnote oddity
Date: Sat, 18 May 2013 19:56:09 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Le 18/05/2013 18:29, David Kastrup disait :

Jean-Charles Malahieude <address@hidden> writes:

Here is something very odd when the text of a footnote is spread over
more than one line:

That description is quite misleading.  You are not "spreading the text
of a footnote over more than one line" but are rather creating a markup
_list_ containing multiple markups.  Then you call \footnote with this
markup list as last argument, and since \footnote expects a single
markup, LilyPond creates one \footnote call for every element in the
markup list.


Thanks. It is now very clear.

Here is how I succeed (it might be worth a snippet):

FootA = \markup { \justify {
Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.  Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat.
\hspace #30 % for "ragged-righting"
\fill-line {
  " "
  \score {
    \new Staff \relative c'' { c1 }
    \layout { ragged-right = ##t indent = 0 }
  }
  " "
}
Victor jagt zwölf Boxkämpfer quer über den groߟen Sylter Deich.
}}

Cheers,
Jean-Charles

ps: forgot the list




reply via email to

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