lilypond-user
[Top][All Lists]
Advanced

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

Attach footnote to barline?


From: Nick Payne
Subject: Attach footnote to barline?
Date: Thu, 01 Mar 2012 09:09:21 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Can a footnote be attached to a barline? This works fine for the note but not for the barline either way:

\version "2.15.30"

#(set-global-staff-size 30)

\relative c' {
    \footnote #'(0.5 . 5) #'NoteHead \markup { NoteHead }
    c4 c c c
    \footnote #'(0 . 2) #'BarLine \markup { BarLine }
    \bar "||"
    c4 c c c
    \footnote #'(0 . 2) #'Staff.BarLine \markup { BarLine }
    \bar "||"
}



reply via email to

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