lilypond-user
[Top][All Lists]
Advanced

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

Re: Multimeasure rests not compressed


From: Thomas Morley
Subject: Re: Multimeasure rests not compressed
Date: Mon, 6 May 2019 10:42:42 +0200

Am Mo., 6. Mai 2019 um 03:56 Uhr schrieb Davide Liessi
<address@hidden>:
>
> Dear all,
>
> in the following example I expected to see two identical scores, but
> in the first one the full bar rests after the rehearsal mark are not
> compressed.
>
> \version "2.19.82"
>
> \score {
>   \compressMMRests
>   \new Staff <<
>     {
>       s1*5
>       \mark \default
>     }
>     {
>       c'1
>       R1*10
>       c'1
>     }
>   >>
> }
>
> \score {
>   \compressMMRests
>   \new Staff {
>     c'1
>     R1*4
>     \mark \default
>     R1*6
>     c'1
>   }
> }
>
> Is there a solution?
>
> Best wishes.
> Davide

Hi,

use
\compressFullBarRests
in layout instead.

Cheers,
  Harm



reply via email to

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