On 4/12/2018 8:26 AM, David Kastrup wrote:
Werner LEMBERG <[email protected]> writes:

Folks,


is it possible to attach a markup to a time signature?


But can't you achieve your goal with the various footnote/balloon
mechanisms?



Just a quick question,

David why does your code seem to not work properly when you add the numeric time signature command before the 4/4 time?
The markup disappears in that case...on my end at least.

Thank you!

%%%%%%%%%
\version "2.19.80"

\new Staff
{
  \tweak stencil
  #(grob-transformer 'stencil (lambda (grob default)
                                (grob-interpret-markup grob
                                 #{ \markup \column { \stencil #default
                                 \vspace #-2
                                 \small \with-color #red "Hi!"
                               } #})))
  \numericTimeSignature \time 4/4  c'1
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to