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

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

Reply via email to