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


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

Reply via email to