lilypond-user
[Top][All Lists]
Advanced

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

Re: trying to reproduce unusual time signature


From: Pierre Perol-Schneider
Subject: Re: trying to reproduce unusual time signature
Date: Sat, 17 Sep 2016 09:32:16 +0200

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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