Hi,
I'm trying to write a scheme function to write timesigs with notes as
denominators.... I don't understand why it does not print the stem and the
notehead:
#(define ((testing one note num) grob)
  (grob-interpret-markup grob
    (markup #:override '(baseline-skip . 0) #:number
      (#:line (
          (#:column (one num))
          #:vcenter "+"
          (#:note note UP))))))
\relative c' {
  \override Staff.TimeSignature #'stencil = #(testing "2" "16.." "8")
  \time 5/8
  c8 d e
}
any idea?


-----------------------------------------------------------------------------------------------------------------------
Send big files for free. Simple steps. No registration.
Visit now http://www.nawelny.com
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to