And thanks to Valentin too ! ;-)
JMarc
Le 25/10/2010 10:54, Éditions IN NOMINE a écrit :
Hi all !
Thanks to Kieren, I've managed to set a double time signature. Here's
the trick :
\version "2.13.29"
*deuxTimeSignature =
%% Define a function to display custom time signatures
#(define ((custom
Hi all !
Thanks to Kieren, I've managed to set a double time signature. Here's
the trick :
\version "2.13.29"
*deuxTimeSignature =
%% Define a function to display custom time signatures
#(define ((custom-time-signature a b) grob)
(grob-interpret-markup grob
(markup #:override '(ba
On Fri, Oct 22, 2010 at 5:19 PM, Éditions IN NOMINE
wrote:
> Many thanks to those who are going to find THE trick !
Did you read my mail on -user-fr?
Yours Pondly,
Valentin.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mai
Hi list !
I'm working on Strozzi's pieces for the organ, and I have to typeset a
ternary passage beginning with à \time 6/4 in mensural style (C with a
point inside) followed with a \time 3/2 in default style. I've tried this :
\override Staff.TimeSignature #'style = #'mensural \time 6/4
\ov