Re: "Church rests" inconsistency

Werner LEMBERG <[email protected]> Thu, 13 Mar 2025 05:18:07 +0000 (UTC)
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
> Is it correct to notate these two `R\breve*6` rests differently?
> Should there be a third mark in the 12/1 measure?
> 
> 
> ```
> \version "2.24.4"
> 
> {
>   \compressEmptyMeasures
>   \time 2/1
>   R\breve*6
>   \time 12/1
>   R\breve*6
> }
> ```

Yes, I think there should be a third mark – the vertical bar covering
two staff spaces always has a length of 4/1, AFAIK.  Admittedly, I
have never seen a 12/1 time signature in the wild, so maybe I'm wrong.


    Werner