Werner LEMBERG <[email protected]> writes:

> Folks,
>
>
> is it possible to attach a markup to a time signature?

\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!"
			       } #})))
  \time 4/4  c'1
}
				              
But can't you achieve your goal with the various footnote/balloon
mechanisms?

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to