Comment #6 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
Here's a workaround. Set noChordSymbol to "", and then use an r after the
offending chord.
\version "2.12" % same in 2.14
\paper {
indent = #0
ragged-right = ##t
}
\score{
<<
\new ChordNames \chordmode {
\set noChordSymbol = ""
f4:13.15 r4 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
}
>>
}
HTH,
Carl
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond