In black notation minim looks like modern 1/4 note and semiminim looks like
modern 1/8 note.

It is not correct though, semiminim and shorter notes are one flag short,
so Minim and Semiminim look identical. See example.

Unless I'm missing something this is a bug, is there a workaround?

Thanks,
Kees
\version "2.22.1"

\score {
  \new Voice {
    \override Flag.style = #'mensural
    a1 a2 a4 a8 r
    \override NoteHead.style = #'blackpetrucci
    a1 a2 a4 a8 r
    \override NoteHead.style = #'petrucci
    a1 a2 a4 a8 r
  }
}

Attachment: testdur.pdf
Description: Adobe PDF document

Reply via email to