lilypond-user
[Top][All Lists]
Advanced

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

Re: Compound time signature


From: Nick Payne
Subject: Re: Compound time signature
Date: Wed, 01 Jun 2011 17:08:30 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

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: address@hidden
)[mailto:address@hidden On
)Behalf Of Paul Scott
)Sent: 01 May 2011 20:15
)To: address@hidden
)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







reply via email to

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