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: Ben
Subject: Re: attaching markup to time signature
Date: Thu, 12 Apr 2018 10:32:09 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 4/12/2018 8:26 AM, David Kastrup wrote:
Werner LEMBERG <address@hidden> 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
}

reply via email to

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