I have a bar check issue with this simple code. If I remove the
\acciaccatura or the \articulate or the first line ( \time 4/4  c'1 | )
everything is fine. Any suggestions?
Thanks, g.
---
\version "2.25.23"
\include "articulate.ly"

myScore =
{
  \time 4/4  c'1 |
  \time 3/8
  \acciaccatura d'8
  c'4.  |
}

\score
{ \myScore \layout {} }

\score
{ \articulate \myScore \midi {} }

Reply via email to