Hi Kim,

You can adapt: http://lsr.di.unimi.it/LSR/Item?id=725

e.g.:

\version "2.18.2"

\relative c' {
  \override Score.TimeSignature.stencil =
    #(lambda (grob)
             (grob-interpret-markup grob
              #{
                \markup\concat\number
                \override #'(baseline-skip . 2)
                \vcenter {
                  "2" \fontsize #-3 "×"
                  \center-column { "3" "4" }
                }
              #}))
  \time 3/4
  c8 b c d e f g4 g g g4 a8 g f e d2. \bar "|."
}


HTH,
Pierre

2016-09-17 8:08 GMT+02:00 Kim Shrier <k...@westryn.net>:

> I am re-typsetting a piece from a modern (1950’s) edition
> of some 14’th century music, in order to make it easier to
> read and play from.  It has a time signature that looks like:
>
>      3
> 2 x -
>      4
>
> Is there some way to do this in lilypond?
>
> It looks like I could write a scheme function to do this but
> I wanted to make sure I haven’t missed something that
> already exists before I embark on that.
>
> Thanks,
> Kim
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to