lilypond-user
[Top][All Lists]
Advanced

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

double time signatures


From: Martin Kemp
Subject: double time signatures
Date: Sat, 11 Dec 2010 19:33:43 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.6

Dear All

I have nearly got what I want with the following snippet but can't currently centrally align 12 over 8 (12/8). Any help gratefully apprecitated.

best

Martin

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

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






reply via email to

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