lilypond-user
[Top][All Lists]
Advanced

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

Re: Complex time signature


From: Éditions IN NOMINE
Subject: Re: Complex time signature
Date: Fri, 14 Jan 2011 16:23:23 +0100
User-agent: Thunderbird 2.0.0.24 (X11/20101027)

Well I have used such tricks someone told me to use.
For instance :

#(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)))))))
\score {\relative c {\clef bass
\override Score.TimeSignature #'stencil = #(double-time-signature "timesig.mensural64" "3" "2")
\time 3/2
c2 d e
}
}

I let you adapt to your case if possible because I don't know how to do so...

JMarc



Graham Percival a écrit :
On Fri, Jan 14, 2011 at 09:39:59AM -0500, Ralph Palmer wrote:
   I've tried the Learning Manual and the Snippets List. The closest I can
   come would be something like :
   3A A  3A A  2
   A  +A A  +
   8A A  8A A  8

   Can anyone help me out?

I wrote some nice functions which do this a few years ago... 2008,
I think...?  And somebody (maybe Reinhold?) improved them a few
months later.  I don't know if they ever made it to LSR.

Search the lilypond-user mailing list for "elegant" or "elegance"
or something like that.

Cheers,
- Graham

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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