Hi,
Is there a way to change the printed numerator and denominator of a
time signature?
Seems like something here should do it, but all versions print as 2/4.
%%% BEGIN %%%
\version "2.9.13"
\new Staff {
%\once \override TimeSignature #'fraction = #'(7 . 16)
%\once \override Staff.TimeSignature #'fraction = #'(7 . 16)
\once \override Score.TimeSignature #'fraction = #'(7 . 16)
\time 2/4
c'4 c'4
}
%%% END %%%
--
Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user