In lilypond 2.6.6, when you use the -b option to abc2ly, it attempts
to beam a dotted quarter and eighth note if there isn't a space
between them. That is, the ABC:
f>e
is incorrectly translated to the lilypond:
fis''4. [ e''8]
which in 2.6.6 (this may be another bug
In 2.7.34 the bar numbers appear to be right aligned on the previous bar.
Paul Scott
\version "2.7.34"
\relative c '' {
\time 4/4
\override Score.BarNumber #'break-visibility = #end-of-line-invisible
\set Score.barNumberVisibility = #(every-nth-bar-number-visible 1)
\override BarNumbe