lilypond-user
[Top][All Lists]
Advanced

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

Force end measure with compound time signature


From: alb84
Subject: Force end measure with compound time signature
Date: Mon, 18 Apr 2011 11:09:18 -0700 (PDT)

Here is my problem

http://old.nabble.com/file/p31425579/Gloria_Pagina_4.png 

I'm reporting the code of the bass part

        \bar "||"
        %\key g \major
        
        #(set-time-signature 13 4 '(3 4 3 3))
        \override Staff.TimeSignature #'stencil = #(custom-time-signature "3" 
"4"
"3" "3" "4")
        
        \partial 4 c,4 |
        g'2 g4
        a f g e
        f d g
        c, c c |
        b( a) b
        c( e) fis g
        fis d c
        b d e |
        d2( e4)
        f d e( c)
        d b g'
        e d e |
        d2.
        e4( fis) g( d)
        c d d
        e d d |
        \set measureLength = #(ly:make-moment 6 4) 
        d2.
        d2.\fermata |
        \bar "||"

        \time 4/4
        e1( |
        d2 c) |
        d1\fermata |
        
        \bar "|."

I'd like to stop the measure before the Amen and reset the time signature to
4/4 but I don't know how...

-- 
View this message in context: 
http://old.nabble.com/Force-end-measure-with-compound-time-signature-tp31425579p31425579.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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