Re: barNumberCheck breaks multi-measure rests?

2017-07-13 Thread Kieren MacMillan
Hi Andrew,

>> It's not the bar number check that breaks the MM rest, it's the separation 
>> of s1. * 17 into pieces of 9 and 8 measures that does.
> Okay, that makes sense, if a bit unexpected.

There are several threads in the archive where some people try to explain why 
it’s expected (or at least unsolvable).

> The solution is to keep it the way it is until that job is done, and fix it 
> at the end.

Or try \mergeSkips?


Hope this helps!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: barNumberCheck breaks multi-measure rests?

2017-07-13 Thread Andrew Bromage

On 13/7/17 4:57 pm, Robert Schmaus wrote:

It's not the bar number check that breaks the MM rest, it's the separation of 
s1. * 17 into pieces of 9 and 8 measures that does.

Okay, that makes sense, if a bit unexpected.

Why don't you insert the check at bar 18 and keep use s1. * 17 - that should be 
ok also.

Obviously this is a cut-down example. The context is that the engraving
that this is cribbed from splits the timeline into phrases I can work out
where to put rehearsal marks.

The solution is to keep it the way it is until that job is done, and fix it
at the end.

Andrew Bromage

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: barNumberCheck breaks multi-measure rests?

2017-07-13 Thread Robert Schmaus
Hi Andrew,

It's not the bar number check that breaks the MM rest, it's the separation of 
s1. * 17 into pieces of 9 and 8 measures that does. 

Why don't you insert the check at bar 18 and keep use s1. * 17 - that should be 
ok also. 

Best, Robert

> On 13 Jul 2017, at 02:20, Andrew Bromage  wrote:
> 
> G'day.
> 
> Is there a reason why \barNumberCheck breaks multi-measure rests?
> Or is this a bug?
> 
> Thanks,
> Andrew Bromage
> 
> % Example follows
> 
> \version "2.19.60"
> 
> Timeline = {
>\time 3/2
> 
>s1. * 9 \barNumberCheck #10
>s1. * 8 \bar "|."
> }
> 
> ViolinOne =  \relative c'' { R1. * 15 | r1 g2 | c1. }
> 
> \score {
>\new Staff
><<
>\Timeline
>\context Voice = "Violin 1" {
>\compressFullBarRests
>\clef treble \ViolinOne
>}
>>>
> 
>\layout { \context { \Staff \compressFullBarRests } }
> }
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user