Tao wrote:
I tried overriding the #'text property of BarNumber but nothing happens.
Maybe this is because the bar counter sets up the #'text property at a late stage and so overwrites what you had put there; ChordName does that too. You can bypass the #'text property with
replaceBN = #(define-music-function (parser location new) (markup?) #{\once \override Score.BarNumber #'stencil = #(lambda (grob) (grob-interpret-markup grob $new)) #})
and then say
\replaceBN \markup \column { "17" "37"}
Cheers, Robin

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

Reply via email to