Jean Abou Samra - 2020-03-26

Another instance that looks like a bug: spacing is completely confused when a clef change is immediately preceded by a grace note and followed by a full-bar rest.

\version "2.21.0"

{
  \grace { c''16 }
  \clef bass
  R1
}

What is happening here is that the full-bar rest always gets centered
in its measure regardless of other elements. This problem does not occur
usually since clefs are placed before the bar line. Grace notes are the only
case where a musical element and a full-bar rest take place in the same measure.

 

Last edit: Jean Abou Samra 2020-03-26