lilypond-user
[Top][All Lists]
Advanced

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

Re: Partial measures


From: Erik Sandberg
Subject: Re: Partial measures
Date: Sun, 8 May 2005 22:35:38 +0200
User-agent: KMail/1.7.2

On Friday 06 May 2005 11.43, Georges Roux wrote:
> Erik Sandberg write :
> >You can try adding "\grace s8" directly after any event that is
> > incorrectly placed after the grace note.
> >
> >(e.g., {\global \grace {s8} s1} iso \global)
>
> Is that correct?

I think the extra \grace s8 in \global will be all you need. If it's not 
enough, you could try adding \grace s8 to other places as well.

(I think there are some typing mistakes in the code you sent, but I think you 
understood what I meant)

Erik

> global = {
>     \clef "G_8"
>     \time 2/4
>     \partial4
>     \grace s8
>   }
>
> upperVoice = \relative c''{
>       \grace a8\glissando c8 c8 \bar "||" %1
> }
>
> lowerVoice = \relative c'{
>       r4 \bar "||" %1
> }
>
> \score {
>       \context Staff="music" << \upperVoice \lowerVoice >>
> }
>
> Georges
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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