lilypond-user
[Top][All Lists]
Advanced

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

Re: globals and grace notes


From: David Raleigh Arnold
Subject: Re: globals and grace notes
Date: Mon, 1 Mar 2004 17:02:47 -0500
User-agent: KMail/1.5.4

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 address@hidden






reply via email to

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