On Sunday 29 February 2004 23:06, Paul Scott wrote:
> Using globals helps me save a lot of typing and makes time and
> measure number mistakes far less likely.  Is there a way I can
> eliminate the extraneous 4/4 and extra bar line at the end of this
> example?
>
> TIA,
>
> Paul Scott

I couldn't figure out what was wrong with the 2/4, but I got the
extra bar with a sneaky trick using \partial:

\score{
    \context Staff <<
        \context Voice { \notes %\time 2/4
                \partial 2 \skip 2*3 } 
        \context Voice { \notes \relative c {
                \time 2/4
                \repeat volta 2 { \acciaccatura{ fis16[ gis ais] }
                                  b8 r r4 } 
                \repeat volta 2 { \grace{ fis16[( gis ais] }
                                  b8) r r4 }
                \repeat volta 2 { \appoggiatura{ fis16[( gis ais] }
                                  b8) r r4 }

            }
        }
    >>
}

daveA

-- 
It's not that hard to understand the lesson of Viet Nam.  Never never
never never defend one tyrant against another, because The worst thing
that can happen is you might win.  The *Gulf* war was worse than Nam.
D. Raleigh Arnold dra@ (http://www.) openguitar.com [EMAIL PROTECTED]




_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to