On Fri, Oct 23, 2009 at 12:31 PM, Jean-Alexis Montignies
wrote:
> %% the space between the two notes should not be so wide
> %% the problem is reproducible with 2.12 versions
Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=886
As you can see, this only affects high notes.
Re
> I'm not top posting.
%% the space between the two notes should not be so wide
%% the problem is reproducible with 2.12 versions
\version "2.13.5"
\score {
<<
\new ChordNames {
\chordmode { d2:7.9-.11- }
}
\relative c'' {
d'16 d r4. r2
}
>>
}