On 4/12/2018 10:35 AM, David Kastrup wrote:
Ben <soundsfromso...@gmail.com> writes:

On 4/12/2018 8:26 AM, David Kastrup wrote:
Werner LEMBERG <w...@gnu.org> 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
}
Because now you are tweaking the \numericTimeSignature command instead
of the \time command?


My eyes today, geesh. Yup :) That sure was what I was doing - thanks!
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to