lilypond-user
[Top][All Lists]
Advanced

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

Re: double time signature with single-digit


From: Andreas Stenberg
Subject: Re: double time signature with single-digit
Date: Thu, 24 Sep 2015 06:10:18 +0300
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Simon Albrecht skrev 23-09-2015 21:29:
On 23.09.2015 18:28, Andreas Stenberg wrote:
Hi!

I need a way to modify the double time signature snippet in LSR

Which one?
It’s hard to help without a starting point…

Yours, Simon
Hups!
Sorry did forget to include this.


#(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)))))))

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


Andreas



reply via email to

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