2008/5/13 George Macon <[EMAIL PROTECTED]>:
> In this snippet, the tail of the first f in the fff goes over the bar line to
> its left. I originally noticed this in a PianoStaff, but it occurs in
> GrandStaff
> as well. This problem occurs when short duration notes come after the bar
> line.
> I'm not top posting.
\version "2.11.45"
\paper { ragged-right = ##t }
\score {
\new GrandStaff <<
\new Staff \relative c' { c1 | c8\fff c2.. }
\new Staff { R1 | R1 }
>>
}
In this snippet, the tail of the first f in the fff goes over the bar line t