lilypond-user
[Top][All Lists]
Advanced

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

Compound Signature


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

Hello

I used the snippet bellow to produce "compound" signatures, like  "6-9/8".

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)))))))



reply via email to

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