bug-lilypond
[Top][All Lists]
Advanced

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

Re: grace + multiple staves = multiple time sigs


From: Paul Scott
Subject: Re: grace + multiple staves = multiple time sigs
Date: Sat, 6 Dec 2014 22:23:39 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Dec 07, 2014 at 05:05:42AM +0000, Eugene Cormier wrote:
> > I'm not top posting.
> 
> I'm pretty sure you guys already know about this, but I can't seem to find it 
> on the bug tracker.

Notation manual 1.2.6, Grace notes has a warning under Known issues and 
warnings.

> If you have multiple staves with a time sig change and grace at the same time 
> we get duplicated time sigs:

Any time you have a grace at (I believe just after) a bar line you must 
replicate 
the grace spacing in all staves.  In your case \grace s8 will do.

Many of us deal with this with a global that sets up time changes, etc

global = { \time 4/4 s1 \time 3/4 \grace s8 s2. }

\new Staff << \global { c''1 c''2. } >> 
\new Staff << \global { c''1 \grace b'8 c''2. } >> 

Usually I include the \global in the top staff ( or top of each group of 
staves).
You may see how this relates to your solution.

HTH 
Paul Scott

> <<
>   \new Staff { \time 4/4 c''1 \time 3/4 c''2. }
>   \new Staff { \time 4/4 c''1 \time 3/4 \grace b'8 c''2. }
> >>
> 
> For now I've been getting around the problem by putting the time sig change 
> in only the staff with the grace
> 
> <<
>   \new Staff { \time 4/4 c''1 c''2. }
>   \new Staff { \time 4/4 c''1 \time 3/4 \grace b'8 c''2. }
> >>
> 
> But obviously this will cause problems in a larger work with score and parts
> 
> Eugene
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> 




reply via email to

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