Re: bar check problems with a repeat volta whose first ending is an incomplete bar

2023-01-12 Thread Kenneth Wolcott
Thank you Michael and Pierre for some good ideas.

Ken

On Thu, Jan 12, 2023 at 1:18 AM Michael Hendry  wrote:
>
> On 12 Jan 2023, at 07:17, Pierre Perol-Schneider 
>  wrote:
>
>
> Hi Kenneth
>
> Le jeu. 12 janv. 2023 à 07:30, Kenneth Wolcott  a 
> écrit :
> ...
>>
>> It is bar #8 that is the incomplete bar in the first repeat volta,
>
> ...
>
> Two possibilities:
> a) ignore the warning, since it compiles OK;
> b) Change the measure length for each voice for this specific measure:
> \set Timing.measureLength = #(ly:make-moment 2/8)
>  (see: 
> https://lilypond.org/doc/v2.23/Documentation/notation/special-rhythmic-concerns.fr.html)
>
> HTH, cheers,
> Pierre
>
>
> …or you could work around the problem by starting the repeat at the beginning 
> of the first full bar, and including the E and D# lead-in at the end of bar 8.
>
> Or you could make bar 8 a 2/8 bar.
>
> The former would be easier to read, IMHO, but I’m (very much) an amateur 
> musician!
>
> Michael
>
>
>



Re: bar check problems with a repeat volta whose first ending is an incomplete bar

2023-01-12 Thread Michael Hendry
On 12 Jan 2023, at 07:17, Pierre Perol-Schneider 
 wrote:

> 
> Hi Kenneth
> 
> Le jeu. 12 janv. 2023 à 07:30, Kenneth Wolcott  > a écrit :
> ...
>> It is bar #8 that is the incomplete bar in the first repeat volta,
> ...
> 
> Two possibilities:
> a) ignore the warning, since it compiles OK;
> b) Change the measure length for each voice for this specific measure:
> \set Timing.measureLength = #(ly:make-moment 2/8)
>  (see: 
> https://lilypond.org/doc/v2.23/Documentation/notation/special-rhythmic-concerns.fr.html)
> 
> HTH, cheers,
> Pierre

…or you could work around the problem by starting the repeat at the beginning 
of the first full bar, and including the E and D# lead-in at the end of bar 8.

Or you could make bar 8 a 2/8 bar.

The former would be easier to read, IMHO, but I’m (very much) an amateur 
musician!

Michael





Re: bar check problems with a repeat volta whose first ending is an incomplete bar

2023-01-11 Thread Pierre Perol-Schneider
Hi Kenneth

Le jeu. 12 janv. 2023 à 07:30, Kenneth Wolcott  a
écrit :
...

> It is bar #8 that is the incomplete bar in the first repeat volta,
>
...

Two possibilities:
a) ignore the warning, since it compiles OK;
b) Change the measure length for each voice for this specific measure:
\set Timing.measureLength = #(ly:make-moment 2/8)
 (see:
https://lilypond.org/doc/v2.23/Documentation/notation/special-rhythmic-concerns.fr.html
)

HTH, cheers,
Pierre