lilypond-user
[Top][All Lists]
Advanced

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

non numbered footnotes?


From: padovani
Subject: non numbered footnotes?
Date: Thu, 18 Aug 2011 22:52:39 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20110812 Thunderbird/6.0

Hello,

I'm trying to change a footnote example (overrides and more overrides) to have both the "link" and the footnote without numbers, but with arbitrary markups... (I would like to use "*" or "**" for example)...

Is it possible?

(with the code below I get automatic numbers and no asterisk above the notehead...):


\version "2.15.8"

\score{
\relative c'' {
\override FootnoteItem #'annotation-line = ##f
\override FootnoteItem #'X-offset = #0

\footnoteGrob #'NoteHead #'(1 . 1) \markup { "*" } \markup { \line { \super * " my explanation"} } c

}
}




--
http://zepadovani.info



reply via email to

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