lilypond-user
[Top][All Lists]
Advanced

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

percent repeats followed by grace notes


From: Vaylor Trucks
Subject: percent repeats followed by grace notes
Date: Fri, 11 Jun 2021 16:58:42 -0400

This might be a bug that's already know but I wanted to check to see if anyone has a workaround.

If you follow a multi-bar percent repeat with a grace note, the result it that the last measure is squashed a bit.

Without the grace note everything is equally spaced.

Here's a small example that illustrates what I am seeing.

\version "2.22.0"
up = \drummode {
  \repeat percent 3 { sn8[ sn sn sn] sn[ sn sn sn] }
  \grace sn8( sn8)[ sn sn sn] sn[ sn sn sn]
}
\score { << \new DrumStaff << \up >> >> }

reply via email to

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