Is this what you're after?

\version "2.13.62"

#(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)))))))

\relative c' {
    \time 6/8
\override Staff.TimeSignature #'stencil = #(compound-time "3" "6" "4" "8")
    c4 c c |
    c8 c c c c c |
}

On 01/06/11 15:58, Paul Scott wrote:
On 05/02/2011 02:55 AM, James Lowe wrote:
Paul,

)-----Original Message-----
)From: [email protected]
)[mailto:[email protected]] On
)Behalf Of Paul Scott
)Sent: 01 May 2011 20:15
)To: [email protected]
)Subject: Re: Compound time signature
)
)On 04/30/2011 10:24 AM, Thomas Scharkowski wrote:
)>  Hi,
)>
)>    I try to print a compound time signature using this construction:
)
)Is there a way to generate a (complex?) time signature that indicates bars
)alternating between two different time signatures?  I have seen this in
)several band pieces as well as the score for "Man of La Mancha."  A
)common one is 3/4 6/8 but I an example of 3/4 4/4.
)


http://lsr.dsi.unimi.it/LSR/Item?id=261

Does that do what you want?

or

http://lsr.dsi.unimi.it/LSR/Item?id=743

for another option.

also this

http://lsr.dsi.unimi.it/LSR/Item?id=395

No.  I need for example:

3/4 6/8 <3/4 bar> <barline> <6/8 bar> <barline> <3/4 bar> <barline> <6/8 bar> <barline> etc.

A classic example is "America" from "West Side Story" The parts I was reworking for a show were from "Man of La Mancha"

Thanks,

Paul



James





_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to