I seem to have found a glitch in using "[]" to beam single notes. The residual beams appear as T-bars, rather than tails. I know that I can use \noBeam, but I only discovered that when my first attempt failed.

Here is my MWE, and the output PDF is attached.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.24.3"

\header {
  title = ""
}

global = {
  \time 4/4
  \key c \major
  \tempo 4=100
}

melody = \relative c'' {
  \global
  a8[] b c d[] e[ f] g[ a]

}

\score {
  <<
     \new Staff { \melody }
  >>
  \layout { }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Attachment: MWE-beaming.pdf
Description: Adobe PDF document

Reply via email to