lilypond-user
[Top][All Lists]
Advanced

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

Re: attaching markup to time signature


From: David Kastrup
Subject: Re: attaching markup to time signature
Date: Thu, 12 Apr 2018 14:26:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Werner LEMBERG <address@hidden> 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

reply via email to

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