lilypond-user
[Top][All Lists]
Advanced

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

Re: Combining different measures


From: Nick Payne
Subject: Re: Combining different measures
Date: Mon, 14 Mar 2011 06:58:13 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

On 14/03/11 05:13, Hannes Kuhnert wrote:
Phil Holmes schrieb:
The piece you've shown is mostly 4/4 with a single bar of 6/4 - correct?
Are you saying you'd like both 4/4 and 6/4 set as time signatures at the
start of the piece?
Yes, they should be at the start, but it should be 2/2 and 3/2. ;–)

To get both 2/2 and 3/2 to appear in the time signature:

#(define ((compound-time one two numa numb) grob)
    (grob-interpret-markup grob
        (markup #:override '(baseline-skip . 0) #:number
        (#:line ((#:column (one numa))
            (#:column (two numb)))))))

and then in the score:

\override Staff.TimeSignature #'stencil = #(compound-time "2" "3" "2" "2")

Nick



reply via email to

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