lilypond-user
[Top][All Lists]
Advanced

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

Re: Compound Signature [SOLVED]


From: Alberto Simões
Subject: Re: Compound Signature [SOLVED]
Date: Sat, 23 Aug 2014 17:17:30 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hello,

But not it is showing:
   could not find this grob's vertical axis group in the vertical alignment

What is wrong? What changed?

Thank you
Alberto

----- // -----

% use as
%   \once \override Staff.TimeSignature #'stencil = #(compound-time "2"
"3" "4")
#(define ((compound-time one two num) grob)
   (grob-interpret-markup grob
     (markup #:override '(baseline-skip . 0) #:number
       (#:line (
           (#:column (one num))
           #:vcenter "+"
           (#:column (two num)))))))

I do not use this macro that often, and I forgot I need to issue a \time after it for it to work:

\once \override Staff.TimeSignature #'stencil = #(compound-time "6" "9" "8")
    \time 6/8

And it works.

Thank you
Alberto




reply via email to

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