Comment #5 on issue 1700 by [email protected]: Chord names collide when
several note-columns lay in between
http://code.google.com/p/lilypond/issues/detail?id=1700
It appears that what is going on here is that the extended spacing works
over one adjacent note column, but not two.
Consider the following:
\version "2.12" % same in 2.14
\paper {
indent = #0
ragged-right = ##t
}
\score{
<<
\new ChordNames \chordmode {
f2:13.15 f2
f2:13.15 f2
f4.:13.15 f8
}
\new Staff {
f'4 f'8 f' f'2 \break
f'4 f' f'2 \break
f'4 f'8 f' f'2 \break
}
>>
}
Attachments:
chord-name-collision.png 18.9 KB
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond