Hi Caio,
> Any suggestions?
What about something like this?
\version "2.19.82"
#(define ((time-parenthesized-time firstnum secondnum ) grob)
(grob-interpret-markup grob
(markup #:lower 1 #:number
(#:line (firstnum #:fontsize -3 "(" #:hspace -0.625 secondnum #:hspace
-0.625 #:fontsize -3 ")" )))))
\relative c' {
\key d \major
\override Staff.TimeSignature.stencil = #(time-parenthesized-time "3" "4")
\time 3/4
d2 r4 |
a'4 b cis |
s4
}
Hope that helps!
Kieren.
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user