lilypond-user
[Top][All Lists]
Advanced

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

Re: \markup text defs between \score blocks


From: Mats Bengtsson
Subject: Re: \markup text defs between \score blocks
Date: Mon, 22 Aug 2005 09:39:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

How about redefining the function that prints the page footer
and include something like \fromproperty #'header:footnotes.
Then you could do
\score{
  some music
  \header{
    ...
    footnotes = ...
  }
}

The default definition can be found in the function
oddFooterMarkup in the file .../ly/titling-init.ly

   /Mats

David Bobroff wrote:
I'm working on a project with a friend.  So far I've set up a template
for him where all that is necessary is that he enter the lyrics in one
block, the musical information in another block and then all he has to
do is add another predefined \score block in another file and he's done.
Except for one thing; these are very short pieces (transcriptions of
medieval chants) and there is a need for adding footnotes on the same
page with the music.  I'm trying to avoid using lilypond-book.  I've
found a way to use \markup texts for this purpose.  What I have not
worked out is how to define something like this, which doesn't work:

footnotes = {
        \markup {footnote 1}
        \markup {footnote 2{
}

If I could do that I would be able to keep all the relevant information
stuff (lyrics, music, footnotes} together in the main input file.  As it
stands now I find it necessary to put the footnotes in "by hand"
following each \score block in my "score" file.

Is there a way around this?  Have I missed something in the docs?

-David
LilyPond 2.7.7



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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