lilypond-user
[Top][All Lists]
Advanced

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

convert-ly not handling footnotes correctly


From: Nick Payne
Subject: convert-ly not handling footnotes correctly
Date: Thu, 22 Nov 2012 14:47:47 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

In 2.15 I had footnotes set out like so:

\version "2.15.35"

\relative c'' {
    c4 c-\footnote #'(0.7 . 2) #'NoteHead \markup\teeny { Automatic footnote }
    c c-\footnote "a)" #'(0.7 . 2) #'NoteHead \markup\teeny { \concat { \lower #0.8 \super { a) } "Manual footnote" } }
}

With 2.15.35 this builds without error and gives correct output. Running 2.17.7 convert-ly against it changes the source to that below, without any warning messages on the console, but trying to build the file gives a couple of error message on the console: "programming error: Not a music type", and the footnotes are missing from the output.

\version "2.17.6"

\relative c'' {
    c4 c-\footnote #'(0.7 . 2) \markup\teeny { Automatic footnote } NoteHead
    c c-\footnote "a)" #'(0.7 . 2) \markup\teeny { \concat { \lower #0.8 \super { a) } "Manual footnote" } } NoteHead
}

Nick

reply via email to

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