lilypond-user
[Top][All Lists]
Advanced

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

Re: barNumberCheck breaks multi-measure rests?


From: Robert Schmaus
Subject: Re: barNumberCheck breaks multi-measure rests?
Date: Thu, 13 Jul 2017 08:57:03 +0200

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 <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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