lilypond-user
[Top][All Lists]
Advanced

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

scheme function to write timesigs with notes


From: ze patavinas
Subject: scheme function to write timesigs with notes
Date: Wed, 28 Oct 2009 12:55:19 GMT

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?

________________________________
Free POP3 Email from www.gawab.com
Sign up NOW and get your account @gawab.com!!
________________________________
Free POP3 Email from www.gawab.com
Sign up NOW and get your account @gawab.com!!

reply via email to

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