bug-lilypond
[Top][All Lists]
Advanced

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

Footnotes inside header markups


From: Barikavily
Subject: Footnotes inside header markups
Date: Thu, 11 Jul 2013 02:08:38 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

\version "2.16.2"

% Footnotes don't work when located inside a header block
% (Same thing happens with auto-footnote)

\markup { 
        Top-level markup
        \footnote "*" \italic "* This is my top-level markup footnote" 
}

\score {
        { c' }
        \header {
                piece = \markup { 
                        Piece markup
                        \footnote "**" \italic "** Footnote about the piece 
title"  
                }
        }
}




reply via email to

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