bug-lilypond
[Top][All Lists]
Advanced

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

Re: Full bar rest printed incorrectly after time signature change


From: Pierre Perol-Schneider
Subject: Re: Full bar rest printed incorrectly after time signature change
Date: Fri, 28 Oct 2022 17:23:11 +0200

Hi Ole,
...

> I didn’t see any examples of a zero partial in the docs either. I have
> trouble making good sense of your last statement, though, sorry. What are
> you suggesting to do when the composer did not intend nor supply an upbeat?
> (My example is from C.Ph.E. Bach (1714 - 88): Fantasia C major H.291, bars
> 71 - 72.)
>
...

This should do the trick:

{
  \time 3/4
  \set Timing.measureLength = #(ly:make-moment 2/4)
  % bar 1
  f'4 f'
  \time 2/4
  %\partial 8*0 % Required, NR 1.2.3
  R2 | % Prints incorrectly
  R2 | % Prints correctly
}

HTH, Cheers,
Pierre


reply via email to

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