Urs Metzger wrote:
In the following snippet, the augmentation dot should appear immediately after
the a, not after the g.
This is a known issue, but it is quite difficult to fix. Please see the
workaround in:
http://code.google.com/p/lilypond/issues/detail?id=339&can=1&q=dot
Cheers,
- Gra
In the following snippet, the augmentation dot should appear immediately after
the a, not after the g.
\version "2.10.16"
\include "english.ly"
\paper{ ragged-right=##t }
\relative c'' { <<
{ c2 a4.b8 c1 }
\\
{ e,4 g~ g_"The dot should appear after the a, not after the g" f e1 } >>
}