lilypond-user
[Top][All Lists]
Advanced

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

Re: Mensural time signature + proportion


From: Pierre Perol-Schneider
Subject: Re: Mensural time signature + proportion
Date: Sat, 21 Feb 2015 16:52:37 +0100

Hi Francesco,

See: http://lsr.di.unimi.it/LSR/Item?id=725

It would go:

\version "2.18.2"

#(define ((double-time-signature glyph a b) grob)
   (grob-interpret-markup grob
          (markup #:override '(baseline-skip . 2.5) #:number
                  (#:line ((markup (#:fontsize 4 #:musicglyph glyph))
                           (#:fontsize -1 #:column (a b)))))))

music = \relative c' {
  \override Score.TimeSignature.stencil =
      #(double-time-signature  "timesig.neomensural34" "3" "2")
  \time 3/4
  c8 b c d e f g4 g g g4 a8 g f e d2. \bar "|."
}



HTH,
Pierre

2015-02-21 9:38 GMT+01:00 Francesco Spiga <address@hidden>:
Hi,
I'm typesetting Renaissance music and I'm trying to show a mensural time
signature followed by a proportion, i.e. "cut 'tempus perfectum' 3/2", as here
appears on page 2:

http://javanese.imslp.info/files/imglnks/usimg/1/11/IMSLP78902-PMLP43368-
Vittoria__Missa_Quarti_Toni__MD_Proske__Cantus_mono.pdf


A first solution I have found is this:

\once \override Staff.TimeSignature.style = #'neomensural
\time 3/4
s2.
\time 3/2

Unfortunately it gives a too wide space among time signatures.
Has someone any suggestion?
Thank you in advance!
F.

_______________________________________________
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]